Skip to content

Commit 86f65d3

Browse files
authored
Merge pull request #1 from GetJobber/upgrade-upload-artifact-to-v4
Upgrade `actions/upload-artifact` from v2 to v4
2 parents 1d8cd48 + fce987e commit 86f65d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-release-drift.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
fi
4040
id: diff
4141
# If index.js was different than expected, upload the unexpected version as an artifact
42-
- uses: actions/upload-artifact@v2
42+
- uses: actions/upload-artifact@v4
4343
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4444
with:
4545
name: dist
4646
path: dist/
47+
overwrite: true

0 commit comments

Comments
 (0)