diff --git a/.github/workflows/Update.yaml b/.github/workflows/Update.yaml index d011e5f..0ad5408 100644 --- a/.github/workflows/Update.yaml +++ b/.github/workflows/Update.yaml @@ -63,7 +63,7 @@ jobs: - run: git diff # Store the Julia artifact tarball as a GitHub actions artifact. This will allow us to retrieve this # tarball from other workflows. - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ steps.build.outputs.updated == 'true' }} id: action-artifact with: