Skip to content

Commit d9d8c57

Browse files
authored
fix: ci deprecated actions (#302)
1 parent 31a1e6a commit d9d8c57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
MULTIPHASE_EVAL: ${{ matrix.multiphase_eval }}
3838
steps:
3939
- name: Check out code
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141
with: # Ensure release_notes.sh can see prior commits
4242
fetch-depth: 0
4343

@@ -84,10 +84,10 @@ jobs:
8484
- name: Run regression tests (ftw)
8585
run: go run mage.go ftw
8686

87-
- uses: actions/upload-artifact@v3
87+
- uses: actions/upload-artifact@v4
8888
if: success() || failure()
8989
with:
90-
name: ftw-envoy-logs
90+
name: ftw-envoy-logs-multiphase-${{ matrix.multiphase_eval }}
9191
path: build/ftw-envoy.log
9292

9393
- name: Set up QEMU

.github/workflows/nightly-coraza-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
MULTIPHASE_EVAL: ${{ matrix.multiphase_eval }}
2323
steps:
2424
- name: Check out code
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Install Go
2828
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)