bump up download artifacts to v4

This commit is contained in:
hathach 2024-03-22 20:12:25 +07:00
parent 54e35dd3cf
commit ad5c449f1e
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ jobs:
sparse-checkout: test/hil
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ matrix.board }}
path: cmake-build/cmake-build-${{ matrix.board }}

View File

@ -153,7 +153,7 @@ jobs:
sparse-checkout: test/hil
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ matrix.board }}
path: cmake-build/cmake-build-${{ matrix.board }}