mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
[.github] update upload-artifact action to v4
This commit is contained in:
parent
d375493633
commit
cfc2db0286
2 changed files with 3 additions and 3 deletions
4
.github/workflows/Documentation.yml
vendored
4
.github/workflows/Documentation.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
doxyfile-path: 'docs/Doxyfile'
|
||||
|
||||
- name: '📤 Upload Artifact'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: NEORV32-Doxygen
|
||||
path: doxygen_build/html
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
run: ./do.py Documentation container
|
||||
|
||||
- name: '📤 Upload Artifact: HTML'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: NEORV32
|
||||
path: docs/public
|
||||
|
|
2
.github/workflows/Processor.yml
vendored
2
.github/workflows/Processor.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
|||
all
|
||||
|
||||
- name: '📤 Archive Processor Check application image'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: application
|
||||
path: rtl/core/neorv32_application_image.vhd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue