Skip to content

Commit c1a8f7d

Browse files
authored
Fix upgrade-e2e, use updated upload-artifact (#1649)
Replace cytopia/upload-artifact-retry-action with actions/upload-artifact This is the same action that e2e-kind uses cytopia/upload-artifact-retry-action uses an out-of-date upload-artifact action, and has been stale since Nov 2022 Signed-off-by: Todd Short <[email protected]>
1 parent a19f91a commit c1a8f7d

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
@@ -60,7 +60,7 @@ jobs:
6060
- name: Run the upgrade e2e test
6161
run: ARTIFACT_PATH=/tmp/artifacts make test-upgrade-e2e
6262

63-
- uses: cytopia/upload-artifact[email protected]
63+
- uses: actions/upload-artifact@v4
6464
if: failure()
6565
with:
6666
name: upgrade-e2e-artifacts

0 commit comments

Comments
 (0)