We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb8068 commit d414d54Copy full SHA for d414d54
.github/workflows/ci.yml
@@ -33,13 +33,13 @@ jobs:
33
set -o pipefail
34
make run-contract-tests | tee test-harness.log
35
- name: Upload Test Service Logs
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
if: always()
38
with:
39
name: test-service-${{ matrix.node }}
40
path: test-service.log
41
- name: Upload Test Harness Logs
42
43
44
45
name: test-harness-${{ matrix.node }}
0 commit comments