Skip to content

Commit 13c9204

Browse files
authored
Replace deprecated upload action for e2e (#1632)
Signed-off-by: dtfranz <[email protected]>
1 parent c2dfa2e commit 13c9204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

+1-1
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)