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

View File

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