mirror of https://github.com/openXC7/prjxray.git
Bump actions/upload-artifact to v4
Signed-off-by: Hans Baier <foss@hans-baier.de>
This commit is contained in:
parent
95eb4f812b
commit
ed16a21cae
|
|
@ -79,7 +79,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
XRAY_SETTINGS: ${{ matrix.family }}
|
XRAY_SETTINGS: ${{ matrix.family }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.family }}
|
name: ${{ matrix.family }}
|
||||||
|
|
@ -124,7 +124,7 @@ jobs:
|
||||||
- name: Run Test
|
- name: Run Test
|
||||||
run: make test --output-sync=target --warn-undefined-variables
|
run: make test --output-sync=target --warn-undefined-variables
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue