Skip to content

Commit fe4490a

Browse files
authored
Merge pull request #16 from febus982/renovate/actions-download-artifact-4.x
Update actions/download-artifact action to v4
2 parents 005b784 + 7b5f0bd commit fe4490a

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)