aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-01-28 11:31:05 +0100
committerEgor Tensin <egor@tensin.name>2024-01-28 11:31:05 +0100
commitf95f13d98bb7df524d237e2767ef733b40c03c0d (patch)
treef2d39cfdc431bb2b6c9189796bcd2e40ce1a4276
parentMakefile: align assignments (diff)
downloadaes-tools-master.tar.gz
aes-tools-master.zip
workflows/ci: upgrade actionsHEADmaster
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b160b2b..3857a63 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,16 +35,16 @@ jobs:
shell: pwsh
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
submodules: recursive
- name: Cache Boost
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: './build/boost_*.tar.gz'
key: 'boost_${{ env.BOOST_VERSION }}'
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Set up MinGW
@@ -57,7 +57,7 @@ jobs:
- name: Build
run: make install
- name: Upload binaries
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: 'aes-tools-${{ matrix.toolset }}-${{ matrix.platform }}-asm${{ matrix.use_asm }}-${{ matrix.configuration }}'
path: './build/install/'