Bump actions/upload-artifact from 2 to 3 (#23)

This commit is contained in:
dependabot[bot]
2022-08-20 13:58:13 +00:00
committed by GitHub
parent 8acd1073f5
commit 32ae336e72

View File

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