Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
006d3dbe68
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci_builds.yml
vendored
2
.github/workflows/ci_builds.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue