mirror of https://github.com/actions/setup-go.git
Upgrade actions/upload-artifact from v3 to v4
This commit is contained in:
parent
29f056cad1
commit
c7109bcdc9
|
@ -45,7 +45,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
|
||||
|
|
Loading…
Reference in New Issue