Skip to content

Commit 7f7d0e7

Browse files
authored
Merge pull request #1508 from mikepenz/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents dd6c4fe + d51fb13 commit 7f7d0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: diff
4949

5050
# If index.js was different than expected, upload the expected version as an artifact
51-
- uses: actions/upload-artifact@v5
51+
- uses: actions/upload-artifact@v6
5252
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5353
with:
5454
name: dist

0 commit comments

Comments
 (0)