Skip to content

Commit 75fdbab

Browse files
authored
Merge pull request #199 from srz-zumix/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents e789227 + 6730429 commit 75fdbab

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
@@ -63,7 +63,7 @@ jobs:
6363
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
6464
name: Upload Artifact
6565
id: upload
66-
uses: actions/upload-artifact@v5
66+
uses: actions/upload-artifact@v6
6767
with:
6868
name: dist
6969
path: dist/

0 commit comments

Comments
 (0)