Skip to content

Commit d40ec14

Browse files
chore: update actions/upload-artifact action to v5
1 parent c6e5692 commit d40ec14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build
3636
run: yarn run build
3737
- name: Upload artifacts
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v5
3939
with:
4040
name: dist
4141
path: dist/**/*

0 commit comments

Comments
 (0)