Skip to content

Commit b066daf

Browse files
Update actions/download-artifact action to v8
1 parent de50a59 commit b066daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Download artifact
29-
uses: actions/download-artifact@v7
29+
uses: actions/download-artifact@v8
3030
with:
3131
name: pkg-dist
3232
path: dist/

0 commit comments

Comments
 (0)