Skip to content

Commit c405809

Browse files
authored
Merge pull request #439 from github/dependabot/github_actions/github-actions-3b94abdcc2
Bump actions/upload-artifact from 5.0.0 to 6.0.0 in the github-actions group
2 parents 2519fe9 + 3db724d commit c405809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: diff
4242

4343
# If index.js was different than expected, upload the expected version as an artifact
44-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # pin@v5.0.0
44+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # pin@v6.0.0
4545
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4646
with:
4747
name: dist

0 commit comments

Comments
 (0)