Skip to content

Commit 028758f

Browse files
committed
ci(squareline): Fixed download-artifact v3 issue
1 parent d8c0bdc commit 028758f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/squareline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
needs: [ create-squareline-packages ]
2828
steps:
2929
- name: Download artifacts
30-
uses: actions/download-artifact@v3
30+
uses: actions/download-artifact@v4
3131
with:
3232
name: artifacts
3333
path: espressif

0 commit comments

Comments
 (0)