diff --git a/.github/workflows/e2e-testing.yaml b/.github/workflows/e2e-testing.yaml index 3c425296..62046ad0 100644 --- a/.github/workflows/e2e-testing.yaml +++ b/.github/workflows/e2e-testing.yaml @@ -93,7 +93,7 @@ jobs: steps: # Load the docker image tarball from github actions artifacts and run tests (one runner per test due to matrix) - name: Download Tarball Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: persistence-docker-image