Skip to content

Commit 4291829

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent c763314 commit 4291829

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

0 commit comments

Comments
 (0)