Skip to content

Commit 3534c9e

Browse files
Update actions/download-artifact action to v5
1 parent 861e8f5 commit 3534c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

5757
steps:
5858
- name: Download the dist folder from the build job
59-
uses: actions/download-artifact@v4
59+
uses: actions/download-artifact@v5
6060
with:
6161
name: dist
6262
path: dist

0 commit comments

Comments
 (0)