diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 2c89e93d..8ab6c8c1 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@0b2256b8c012f0828dc542b3febcab082c67f72b #v4.3.4 + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a #v4.3.6 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist