diff options
| author | hathach <[email protected]> | 2024-03-22 20:12:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-03-22 20:12:25 +0700 |
| commit | ad5c449f1e37a92b093263680ee772e448100d9c (patch) | |
| tree | 6f1e1a567ed27104d82f3af45372a44527d2e191 /.github | |
| parent | 54e35dd3cf0db737afcb3af2237a3bed85cab1e6 (diff) | |
bump up download artifacts to v4
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_esp.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/cmake_arm.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml index 6106592de..07cbf3552 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -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 }} diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml index 1edd2e121..732e9b9df 100644 --- a/.github/workflows/cmake_arm.yml +++ b/.github/workflows/cmake_arm.yml @@ -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 }} |
