mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-25 20:46:04 +00:00
Update versions of CI actions used
This commit is contained in:
parent
4f4cff0080
commit
61dfc26d74
5 changed files with 14 additions and 14 deletions
8
.github/workflows/vs.yml
vendored
8
.github/workflows/vs.yml
vendored
|
@ -6,16 +6,16 @@ jobs:
|
|||
yosys-vcxsrc:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Cache sources
|
||||
id: cache-sources
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: .
|
||||
key: cache-yosys
|
||||
- name: Build
|
||||
run: make vcxsrc YOSYS_VER=latest
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: vcxsrc
|
||||
path: yosys-win32-vcxsrc-latest.zip
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
|||
runs-on: windows-2019
|
||||
needs: yosys-vcxsrc
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: vcxsrc
|
||||
path: .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue