diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 626530e5b0..cca4559ccd 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -60,7 +60,7 @@ jobs: - name: Run the upgrade e2e test run: ARTIFACT_PATH=/tmp/artifacts make test-upgrade-e2e - - uses: cytopia/upload-artifact-retry-action@v0.1.7 + - uses: actions/upload-artifact@v4 if: failure() with: name: upgrade-e2e-artifacts