Merge pull request #512 from actions/joshmgross/upload-artifact-update

Update usage of `actions/upload-artifact`
This commit is contained in:
Josh Gross 2025-01-17 13:48:42 -05:00 committed by GitHub
commit 2bcb242a0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,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@v3 - uses: actions/upload-artifact@v4
if: ${{ failure() && steps.diff.conclusion == 'failure' }} if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with: with:
name: dist name: dist