aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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 f21f4c3171..2ea8310cb4 100644
--- a/.github/workflows/ci_build_major_branch.yml
+++ b/.github/workflows/ci_build_major_branch.yml
@@ -87,7 +87,7 @@ jobs:
fetch-depth: 0
- name: Download firmwares
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
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 02ee966da2..10709172df 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@v6
- name: Get target definitions
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
with:
name: targets-${{ inputs.keymap }}
path: .
@@ -139,7 +139,7 @@ jobs:
uses: actions/checkout@v6
- name: Download firmwares
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
with:
pattern: firmware-${{ inputs.keymap }}-*
path: .