diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 8b104d920..81563e4b2 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -58,4 +58,10 @@ jobs: go-version-file: go.mod - name: Run the upgrade e2e test - run: make test-upgrade-e2e + run: ARTIFACT_PATH=/tmp/artifacts make test-upgrade-e2e + + - uses: cytopia/upload-artifact-retry-action@v0.1.7 + if: failure() + with: + name: upgrade-e2e-artifacts + path: /tmp/artifacts/ diff --git a/somefile.txt b/somefile.txt new file mode 100644 index 000000000..e69de29bb