bump up upload v2
This commit is contained in:
parent
eae8cde41c
commit
789965706a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_ghostfat.yml
vendored
4
.github/workflows/build_ghostfat.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
working-directory: ports/test_ghostfat/_build/${{ matrix.board }}
|
||||
|
||||
- name: Save newly generated self-test images as CI artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ghostfat_selftest_images
|
||||
name: ghostfat_${{ matrix.board }}_image
|
||||
path: ./ports/test_ghostfat/_build/${{ matrix.board }}/ghostfat_${{ matrix.board }}.img.gz.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue