commit 6c2e58eb4d58bc8f2d2c1e20e7fe347a2153db31 parent 96ee4c21a31f65d172a302c6a53d2136389cde76 Author: QMK Bot <hello@qmk.fm> Date: Wed, 6 Aug 2025 20:15:41 +0000 Merge remote-tracking branch 'origin/master' into develop Diffstat:
| M | .github/workflows/ci_build_major_branch.yml | | | 2 | +- |
| M | .github/workflows/ci_build_major_branch_keymap.yml | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci_build_major_branch.yml b/.github/workflows/ci_build_major_branch.yml @@ -88,7 +88,7 @@ jobs: fetch-depth: 0 - name: Download firmwares - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: firmware-* path: . diff --git a/.github/workflows/ci_build_major_branch_keymap.yml b/.github/workflows/ci_build_major_branch_keymap.yml @@ -92,7 +92,7 @@ jobs: uses: actions/checkout@v4 - name: Get target definitions - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: targets-${{ inputs.keymap }} path: . @@ -139,7 +139,7 @@ jobs: uses: actions/checkout@v4 - name: Download firmwares - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: firmware-${{ inputs.keymap }}-* path: .