[.github] update upload-artifact action to v4

This commit is contained in:
stnolting 2024-02-18 00:01:52 +01:00
parent d375493633
commit cfc2db0286
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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