Skip to content

Commit

Permalink
Merge pull request #52 from GetJobber/main
Browse files Browse the repository at this point in the history
Upgrade actions/upload-artifact from v2 to v4
  • Loading branch information
thehanimo authored Nov 25, 2024
2 parents 1d8cd48 + 86f65d3 commit 767e507
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 767e507

Please sign in to comment.