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:
|
||||
XRAY_SETTINGS: ${{ matrix.family }}
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: ${{ matrix.family }}
|
||||
|
|
@ -124,7 +124,7 @@ jobs:
|
|||
- name: Run Test
|
||||
run: make test --output-sync=target --warn-undefined-variables
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue