Upgrade actions/upload-artifact from v3 to v4

pull/579/head
Priyagupta108 2 weeks ago
parent 29f056cad1
commit c7109bcdc9

@ -45,7 +45,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

Loading…
Cancel
Save