Skip to content

Commit f11ab1b

Browse files
authored
Merge pull request #36 from caseycs/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 5514c3b + 481d749 commit f11ab1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
69+
uses: actions/upload-artifact@v7
7070
with:
7171
name: dist
7272
path: dist/

0 commit comments

Comments
 (0)