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 040743c commit 55e7712Copy full SHA for 55e7712
.github/workflows/integration-tests.yml
@@ -87,7 +87,7 @@ jobs:
87
88
- name: Upload Artifacts
89
if: success() || failure()
90
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
91
with:
92
name: test_slips_locally-integration-tests-output
93
path: |
.github/workflows/unit-tests.yml
@@ -125,7 +125,7 @@ jobs:
125
126
127
128
129
130
131
0 commit comments