We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2dfa2e commit 13c9204Copy full SHA for 13c9204
.github/workflows/e2e.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Run e2e tests
36
run: ARTIFACT_PATH=/tmp/artifacts make test-e2e
37
38
- - uses: cytopia/upload-artifact[email protected]
+ - uses: actions/upload-artifact@v4
39
if: failure()
40
with:
41
name: e2e-artifacts
0 commit comments