Skip to content

Commit 636c439

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 1afb6ba + fb27dc9 commit 636c439

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Clone toolchains repo
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
submodules: recursive
2020
set-safe-directory: true
@@ -24,7 +24,7 @@ jobs:
2424
./build.sh
2525
2626
- name: Upload flashing utils
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v5
2828
with:
2929
name: qmk_flashutils
3030
path: qmk_flashutils*.tar.zst
@@ -48,7 +48,7 @@ jobs:
4848
find . \( -name \*.log \) -print0 | xargs -0 tar acvf build_logs.tar.zst || true
4949
5050
- name: Upload build logs
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v5
5252
if: always() && !cancelled()
5353
with:
5454
name: build.logs

.github/workflows/repack_release_from_tzarc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Clone toolchains repo
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Delete tag
2929
run: gh release delete ${{ inputs.qmk_release_tag }} --cleanup-tag || true

0 commit comments

Comments
 (0)