Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
./build.sh

- name: Upload flashing utils
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: qmk_flashutils
path: qmk_flashutils*.tar.zst
Expand All @@ -48,7 +48,7 @@ jobs:
find . \( -name \*.log \) -print0 | xargs -0 tar acvf build_logs.tar.zst || true

- name: Upload build logs
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
if: always() && !cancelled()
with:
name: build.logs
Expand Down