diff --git a/.github/workflows/e2e-testing.yaml b/.github/workflows/e2e-testing.yaml index a8e36389..06799fd2 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@v7 + uses: actions/download-artifact@v8 with: name: persistence-docker-image