diff --git a/.github/workflows/update-website.yml b/.github/workflows/update-website.yml index 944b00365..072cfc313 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/update-website.yml @@ -76,7 +76,7 @@ jobs: # Retention is normally 90 days, but this artifact is only for review # and use in the next step, so no need to keep it for more than a day. - name: Upload the artifacts folder - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 if: ${{ success() }} with: name: website-updates