File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 CXX : g++-11
125125
126126 - name : Upload Artifacts
127- uses : actions/upload-artifact@v3
127+ uses : actions/upload-artifact@v4
128128 with :
129129 name : build.tar.gz
130130 path : build.tar.gz
@@ -280,7 +280,7 @@ jobs:
280280 ref : ' ${{needs.versions.outputs.eos-evm-miner-target}}'
281281
282282 - name : Download EOS EVM Node builddir
283- uses : actions/download-artifact@v3
283+ uses : actions/download-artifact@v4
284284 with :
285285 name : build.tar.gz
286286
@@ -425,7 +425,7 @@ jobs:
425425 tar -czf sprint-int-test-logs.tar.gz test_run_root/* ws_test_run_root/*
426426
427427 - name : Upload logs from failed tests
428- uses : actions/upload-artifact@v3
428+ uses : actions/upload-artifact@v4
429429 if : failure()
430430 with :
431431 name : spring-int-test-logs.tar.gz
You can’t perform that action at this time.
0 commit comments