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