diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index e6e5f15..ab9ffd8 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -43,7 +43,7 @@ jobs: id: diff # If index.js was different than expected, 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