Skip to content

Commit 7b5f0bd

Browse files
Update actions/download-artifact action to v4
1 parent 2bcd81c commit 7b5f0bd

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
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Download the dist folder from the build job
58-
uses: actions/download-artifact@v3
58+
uses: actions/download-artifact@v4
5959
with:
6060
name: dist
6161
path: dist

0 commit comments

Comments
 (0)