diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3afac7ca..e526a6db7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -106,7 +106,7 @@ jobs: # Use github actions artifacts for temporary storage of the docker image tarball - name: Publish Tarball as Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pstake-docker-image path: ${{ env.TAR_PATH }}