Skip to content

Commit 439f709

Browse files
authored
Merge pull request #234 from actions/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 5dbafc3 + c6f6908 commit 439f709

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

0 commit comments

Comments
 (0)