Skip to content

Commit 6edb809

Browse files
committed
mlkem: update workflow file for checkout@v4 (and ci runners as well)
1 parent fd2380a commit 6edb809

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/amd64-linux-hakyber-mlkem.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: [self-hosted, linux, X64, amd64-main]
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: compile
2121
run: JASMIN=$(which_jasminc) make -j$JOBS -C src/ CI=1 FILTER=crypto_kem/mlkem/% default
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: libjade-logs-src.tar.gz - contains non-empty logs and errors
2828
if: always()
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: libjade-logs-src.tar.gz
3232
path: src/libjade-logs-src.tar.gz
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: [self-hosted, linux, X64, amd64-main]
3939
steps:
4040
- name: checkout
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242

4343
- name: compile and run
4444
run: JASMIN=$(which_jasminc) make -j$JOBS -C test/ CI=1 FILTER=crypto_kem/mlkem/% default
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: libjade-logs-test.tar.gz - contains non-empty logs and errors
5151
if: always()
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4
5353
with:
5454
name: libjade-logs-test.tar.gz
5555
path: test/libjade-logs-test.tar.gz
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: [self-hosted, linux, X64, amd64-main]
6262
steps:
6363
- name: checkout
64-
uses: actions/checkout@v3
64+
uses: actions/checkout@v4
6565

6666
- name: compile
6767
run: JASMIN=$(which_jasminc) make -j$JOBS -C src/ CI=1 FILTER=crypto_kem/mlkem/% default
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: libjade-logs-bench.tar.gz - contains non-empty logs and errors
7979
if: always()
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: libjade-logs-bench1.tar.gz
8383
path: bench/libjade-logs-bench.tar.gz
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: [self-hosted, linux, X64, amd64-main]
9090
steps:
9191
- name: checkout
92-
uses: actions/checkout@v3
92+
uses: actions/checkout@v4
9393

9494
- name: compile
9595
run: JASMIN=$(which_jasminc) make -j$JOBS -C src/ CI=1 FILTER=crypto_kem/mlkem/% default
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: libjade-logs-bench.tar.gz - contains non-empty logs and errors
107107
if: always()
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: libjade-logs-bench2.tar.gz
111111
path: bench/libjade-logs-bench.tar.gz

0 commit comments

Comments
 (0)