112.diff (515B)
1 diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml 2 index 57f1dfa..5857255 100644 3 --- a/.github/workflows/check-dist.yml 4 +++ b/.github/workflows/check-dist.yml 5 @@ -47,7 +47,7 @@ jobs: 6 id: diff 7 8 # If index.js was different than expected, upload the expected version as an artifact 9 - - uses: actions/upload-artifact@v3 10 + - uses: actions/upload-artifact@v4 11 if: ${{ failure() && steps.diff.conclusion == 'failure' }} 12 with: 13 name: dist