Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
6c2e58eb4d
2 changed files with 3 additions and 3 deletions
2
.github/workflows/ci_build_major_branch.yml
vendored
2
.github/workflows/ci_build_major_branch.yml
vendored
|
|
@ -88,7 +88,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Download firmwares
|
- name: Download firmwares
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
pattern: firmware-*
|
pattern: firmware-*
|
||||||
path: .
|
path: .
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get target definitions
|
- name: Get target definitions
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: targets-${{ inputs.keymap }}
|
name: targets-${{ inputs.keymap }}
|
||||||
path: .
|
path: .
|
||||||
|
|
@ -139,7 +139,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download firmwares
|
- name: Download firmwares
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
pattern: firmware-${{ inputs.keymap }}-*
|
pattern: firmware-${{ inputs.keymap }}-*
|
||||||
path: .
|
path: .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue