Skip to content

Commit d414d54

Browse files
chore: update actions/upload-artifact to v4
1 parent aeb8068 commit d414d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
set -o pipefail
3434
make run-contract-tests | tee test-harness.log
3535
- name: Upload Test Service Logs
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
if: always()
3838
with:
3939
name: test-service-${{ matrix.node }}
4040
path: test-service.log
4141
- name: Upload Test Harness Logs
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
if: always()
4444
with:
4545
name: test-harness-${{ matrix.node }}

0 commit comments

Comments
 (0)