Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 16a7e05

Browse files
committedMay 13, 2024
Bump actions/download-artifact in new step
1 parent d7c5e65 commit 16a7e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ jobs:
456456

457457
steps:
458458
- name: Download artifact
459-
uses: actions/download-artifact@v3
459+
uses: actions/download-artifact@v4
460460
with:
461461
name: ArduinoCreateAgent-windows-${{ matrix.arch }}
462462

0 commit comments

Comments
 (0)
Please sign in to comment.