Skip to content

Commit d9373d6

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#205)
1 parent de9b9be commit d9373d6

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
@@ -58,7 +58,7 @@ jobs:
5858
# workflow artifact.
5959
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
6060
name: Upload Artifact
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
with:
6363
name: dist
6464
path: dist/

0 commit comments

Comments
 (0)