mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[.github] update github actions
This commit is contained in:
parent
edaee037dd
commit
da47150ddc
2 changed files with 8 additions and 9 deletions
12
.github/workflows/Documentation.yml
vendored
12
.github/workflows/Documentation.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: '🧰 Repository Checkout'
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: '🛠️ Modifying Doxyfile'
|
||||
run: |
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
doxyfile-path: 'docs/Doxyfile'
|
||||
|
||||
- name: '📤 Upload Artifact'
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: NEORV32-Doxygen
|
||||
path: doxygen_build/html
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: '🧰 Repository Checkout'
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
run: ./do.py Documentation container
|
||||
|
||||
- name: '📤 Upload Artifact: HTML'
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: NEORV32
|
||||
path: docs/public
|
||||
|
@ -70,10 +70,10 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: '🧰 Repository Checkout'
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: '📥 Download Artifacts'
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
|
||||
- name: '🛠️ Organise public subdir and create a tarball'
|
||||
run: |
|
||||
|
|
5
.github/workflows/Processor.yml
vendored
5
.github/workflows/Processor.yml
vendored
|
@ -19,7 +19,6 @@ on:
|
|||
|
||||
jobs:
|
||||
|
||||
|
||||
Linux:
|
||||
runs-on: ubuntu-latest
|
||||
name: '🐧 Ubuntu | Shell script'
|
||||
|
@ -27,7 +26,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: '🧰 Repository Checkout'
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: '⚙️ Build Software Framework Tests'
|
||||
uses: docker://ghcr.io/stnolting/neorv32/sim
|
||||
|
@ -47,7 +46,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: '🧰 Repository Checkout'
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: '⚙️ Build and install Processor Check software'
|
||||
uses: docker://ghcr.io/stnolting/neorv32/sim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue