Skip to content

Commit ad765da

Browse files
authored
Replace deprecated upload action for e2e (#1632)
Signed-off-by: dtfranz <dfranz@redhat.com>
1 parent c4b7237 commit ad765da

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-retry-action@v0.1.7
38+
- uses: actions/upload-artifact@v4
3939
if: failure()
4040
with:
4141
name: e2e-artifacts

0 commit comments

Comments
 (0)