Skip to content

Commit 4734bf4

Browse files
authored
Merge pull request #74 from github/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents f011055 + db8f1eb commit 4734bf4

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@v6
56+
uses: actions/upload-artifact@v7
5757
with:
5858
name: dist
5959
path: dist/

0 commit comments

Comments
 (0)