Skip to content

Commit 681f5dc

Browse files
authored
Merge pull request #1148 from actions/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 5 to 6
2 parents 71adddf + a405533 commit 681f5dc

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
@@ -70,7 +70,7 @@ jobs:
7070
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
7171
name: Upload Artifact
7272
id: upload
73-
uses: actions/upload-artifact@v5
73+
uses: actions/upload-artifact@v6
7474
with:
7575
name: dist
7676
path: dist/

0 commit comments

Comments
 (0)