Skip to content

Commit 5f20c36

Browse files
committed
Replace deprecated upload action for e2e
Signed-off-by: dtfranz <[email protected]>
1 parent c2dfa2e commit 5f20c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run e2e tests
3636
run: ARTIFACT_PATH=/tmp/artifacts make test-e2e
3737

38-
- uses: cytopia/upload-artifact[email protected]
38+
- uses: actions/upload-artifact@v4
3939
if: failure()
4040
with:
4141
name: e2e-artifacts

0 commit comments

Comments
 (0)