diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index d312a91..aee5001 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -49,7 +49,7 @@ jobs: # If index.js was different than expected, upload the expected version as an artifact - name: Upload expected dist version - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist