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