summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-03-22 20:12:25 +0700
committerhathach <[email protected]>2024-03-22 20:12:25 +0700
commitad5c449f1e37a92b093263680ee772e448100d9c (patch)
tree6f1e1a567ed27104d82f3af45372a44527d2e191
parent54e35dd3cf0db737afcb3af2237a3bed85cab1e6 (diff)
bump up download artifacts to v4
-rw-r--r--.github/workflows/build_esp.yml2
-rw-r--r--.github/workflows/cmake_arm.yml2
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 }}