diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index a7038d03..1b6d8080 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@1746f4ab65b179e0ea60a494b83293b640dd5bba #v4.3.2 + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 #v4.3.3 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist