Skip to content

Commit 9284160

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 892bd72 commit 9284160

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
@@ -26,7 +26,7 @@ jobs:
2626
run: yarn pack --filename=package.tgz
2727

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

0 commit comments

Comments
 (0)