Bump to actions/upload-artifact@v3

This commit is contained in:
Peter Mescalchin 2022-04-01 13:52:59 +11:00
parent 241e61ca3b
commit a573f8df8d

View file

@ -45,7 +45,7 @@ jobs:
id: diff id: diff
# If index.js was different than expected, upload the expected version as an artifact # If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
if: ${{ failure() && steps.diff.conclusion == 'failure' }} if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with: with:
name: dist name: dist