mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
[.github] update actions versions
This commit is contained in:
parent
c8e40c328b
commit
1c9a674066
1 changed files with 4 additions and 4 deletions
8
.github/workflows/Processor.yml
vendored
8
.github/workflows/Processor.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: '🧰 Repository Checkout'
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: '⚙️ Build Software Framework Tests'
|
||||
uses: docker://ghcr.io/stnolting/neorv32/sim
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: '🧰 Repository Checkout'
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: '⚙️ Build and install Processor Check software'
|
||||
uses: docker://ghcr.io/stnolting/neorv32/sim
|
||||
|
@ -65,7 +65,7 @@ jobs:
|
|||
all
|
||||
|
||||
- name: '📤 Archive Processor Check application image'
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: application
|
||||
path: rtl/core/neorv32_application_image.vhd
|
||||
|
@ -97,7 +97,7 @@ jobs:
|
|||
# shell: bash
|
||||
#
|
||||
# - name: '🧰 Checkout'
|
||||
# uses: actions/checkout@v2
|
||||
# uses: actions/checkout@v3
|
||||
# with:
|
||||
# # The command 'git describe' (used for version) needs the history.
|
||||
# fetch-depth: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue