download-artifact@v3

This commit is contained in:
Jason2866 2022-10-11 18:48:39 +02:00 committed by GitHub
parent 2f1eea2eaf
commit 40f7cfba4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: firmware
path: ./mv_firmware

View File

@ -101,7 +101,7 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: firmware
path: ./mv_firmware