We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae07dee commit 1a58fceCopy full SHA for 1a58fce
.github/workflows/ci_build_major_branch.yml
@@ -88,7 +88,7 @@ jobs:
88
fetch-depth: 0
89
90
- name: Download firmwares
91
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
92
with:
93
pattern: firmware-*
94
path: .
.github/workflows/ci_build_major_branch_keymap.yml
@@ -92,7 +92,7 @@ jobs:
uses: actions/checkout@v4
- name: Get target definitions
95
96
97
name: targets-${{ inputs.keymap }}
98
@@ -139,7 +139,7 @@ jobs:
139
140
141
142
143
144
pattern: firmware-${{ inputs.keymap }}-*
145
0 commit comments