mirror of https://github.com/VLSIDA/OpenRAM.git
Update artifact action
This commit is contained in:
parent
bc1cc36ade
commit
8104a42f0e
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
make -k -j 48
|
make -k -j 48
|
||||||
- name: Archive
|
- name: Archive
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Regress Archives
|
name: Regress Archives
|
||||||
path: ${{ github.workspace }}/compiler/tests/results/*
|
path: ${{ github.workspace }}/compiler/tests/results/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue