Skip to content

Commit a57645f

Browse files
authored
Merge pull request #1131 from actions/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents d28ae98 + 8944455 commit a57645f

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
@@ -66,7 +66,7 @@ jobs:
6666
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
6767
name: Upload Artifact
6868
id: upload
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v5
7070
with:
7171
name: dist
7272
path: dist/

0 commit comments

Comments
 (0)