diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 20d4fc05..64597821 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -54,7 +54,7 @@ jobs: id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 + - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist