update to actions/upload-artifact@v4
This commit is contained in:
parent
215ece3283
commit
086a0a6c19
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
mv NINA_W102*.bin "$(echo NINA_W102*.bin | sed 's/.bin/_debug.bin/')"
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: NINA_W102-${{ matrix.config }}-${{ github.sha }}
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue