diff options
| author | QMK Bot | 2023-12-15 02:53:43 +0100 |
|---|---|---|
| committer | QMK Bot | 2023-12-15 02:53:43 +0100 |
| commit | 006d3dbe6847d66a2d3070dacc71c481c1d5451a (patch) | |
| tree | 482d6193a2696c0bf5ac622615b8f1e67ab0f474 /.github | |
| parent | b09fae9ebafd169313fdc57f222d924e76a747e9 (diff) | |
| parent | 3445396d8ee09c784ecbb9e538471537af34c7db (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_builds.yml b/.github/workflows/ci_builds.yml index 81151d6898..7fa07fe09d 100644 --- 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 }} |