diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1a7ee84f68..9ba32892dd 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -40,7 +40,7 @@ jobs: run: make e2e - name: Archive test result artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: always() with: name: test-results