Fix upload-artifact@v4

pull/568/head
HarithaVattikuti 9 months ago
parent cd6102d6ea
commit e78e2b6823

@ -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