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/
This commit is contained in:
mcuee
2025-06-24 10:26:24 +08:00
committed by GitHub
parent 25715c01d6
commit d6bdad0bc6

View File

@@ -56,7 +56,7 @@ jobs:
- { arch: arm64 }
steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: avrdude-msvc-${{matrix.arch}}