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