Skip to content

Commit

Permalink
Merge pull request #4002 from hzeller/feature-20241107-update-upload-…
Browse files Browse the repository at this point in the history
…artifact

Upgrade action version.
  • Loading branch information
hzeller authored Nov 7, 2024
2 parents 8de5c13 + 0a27043 commit 5c96759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yosys-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ jobs:
make -C tests uhdm/yosys/synth-ibex-f4pga TEST=ibex \
ENABLE_READLINE=0 PRETTY=0 -j $(nproc)
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: top_artya7.bit
path: ./tests/build/lowrisc_ibex_top_artya7_surelog_0.1/synth-symbiflow/top_artya7.bit

- name: Upload load graphs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plots
path: |
Expand Down

0 comments on commit 5c96759

Please sign in to comment.