Skip to content

Commit 8229d62

Browse files
authored
Merge pull request #45 from github/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents ec988c3 + 662c6dd commit 8229d62

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
@@ -53,7 +53,7 @@ jobs:
5353
- if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5454
name: Upload Artifact
5555
id: upload
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: dist
5959
path: dist/

0 commit comments

Comments
 (0)