diff --git a/.github/workflows/ci_build_major_branch.yml b/.github/workflows/ci_build_major_branch.yml index e857f5f6c4..c44e9d8aea 100644 --- a/.github/workflows/ci_build_major_branch.yml +++ b/.github/workflows/ci_build_major_branch.yml @@ -85,7 +85,7 @@ jobs: fetch-depth: 0 - name: Download firmwares - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: firmware-* path: . diff --git a/.github/workflows/ci_build_major_branch_keymap.yml b/.github/workflows/ci_build_major_branch_keymap.yml index 2e15d7b87b..b957395536 100644 --- a/.github/workflows/ci_build_major_branch_keymap.yml +++ b/.github/workflows/ci_build_major_branch_keymap.yml @@ -88,7 +88,7 @@ jobs: run: pip3 install -r requirements-dev.txt - name: Get target definitions - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: targets-${{ inputs.keymap }} path: . @@ -140,7 +140,7 @@ jobs: uses: actions/checkout@v6 - name: Download firmwares - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: firmware-${{ inputs.keymap }}-* path: .