aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQMK Bot2025-08-06 22:15:41 +0200
committerQMK Bot2025-08-06 22:15:41 +0200
commit6c2e58eb4d58bc8f2d2c1e20e7fe347a2153db31 (patch)
tree16ce605f09bde5f688c483cdc4ca7e3cc1089977
parent96ee4c21a31f65d172a302c6a53d2136389cde76 (diff)
parent1a58fce043e7f2e2b938dee03945dabc29e48d73 (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--.github/workflows/ci_build_major_branch.yml2
-rw-r--r--.github/workflows/ci_build_major_branch_keymap.yml4
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
index ddc7cb10d1..403ad8b3ef 100644
--- 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
index 2e0f3036a3..4123b17b5f 100644
--- 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: .