diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 0ff78a8..9d4402b 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -46,7 +46,7 @@ jobs: id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b #v4.5.0 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist