qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 3445396d8ee09c784ecbb9e538471537af34c7db
parent 26b6ba76077051b40b07cfe621175a96cbf4e2df
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri, 15 Dec 2023 12:53:14 +1100

Bump actions/upload-artifact from 3 to 4 (#22661)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Diffstat:
M.github/workflows/ci_builds.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci_builds.yml b/.github/workflows/ci_builds.yml @@ -53,7 +53,7 @@ jobs: [ ! -f .failed ] || exit 1 - name: 'Upload artifacts' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: artifacts-${{ github.event.inputs.branch || github.ref_name }}-${{ matrix.keymap }}