Skip to content

Commit 163ba3a

Browse files
committed
Update actions/download-artifct action
1 parent 678243f commit 163ba3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wled-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
needs: [get_default_envs, build]
8282
if: startsWith(github.ref, 'refs/tags/')
8383
steps:
84-
- uses: actions/download-artifact@v2
84+
- uses: actions/download-artifact@v4
8585
with:
8686
name: firmware-release
8787
- name: Create draft release

0 commit comments

Comments
 (0)