Skip to content

Commit d6bdad0

Browse files
authored
Update deploy.yml to use download-artifact@v4
download-artifact@v2 has been deprecated. https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
1 parent 25715c0 commit d6bdad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- { arch: arm64 }
5757
steps:
5858
- name: Download artifact
59-
uses: actions/download-artifact@v2
59+
uses: actions/download-artifact@v4
6060
with:
6161
name: avrdude-msvc-${{matrix.arch}}
6262

0 commit comments

Comments
 (0)