Skip to content

Commit 3e5e32c

Browse files
committed
chore(deps): update actions/upload-artifact action to v6
1 parent a8340f5 commit 3e5e32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.when-pushed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: yarn pack --filename=package.tgz
2828

2929
- name: 🚀 Upload package as an artifact
30-
uses: actions/upload-artifact@v5
30+
uses: actions/upload-artifact@v6
3131
with:
3232
name: dist
3333
path: package.tgz

0 commit comments

Comments
 (0)