Skip to content

Commit

Permalink
Merge pull request #1 from GetJobber/upgrade-upload-artifact-to-v4
Browse files Browse the repository at this point in the history
Upgrade `actions/upload-artifact` from v2 to v4
  • Loading branch information
jcw- authored Nov 7, 2024
2 parents 1d8cd48 + fce987e commit 86f65d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-release-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
fi
id: diff
# If index.js was different than expected, upload the unexpected version as an artifact
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
path: dist/
overwrite: true

0 comments on commit 86f65d3

Please sign in to comment.