mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-20 11:55:50 +00:00
Upgrade CI actions
This commit is contained in:
parent
f560cba952
commit
2a8024ea4a
7 changed files with 23 additions and 23 deletions
4
.github/workflows/source-vendor.yml
vendored
4
.github/workflows/source-vendor.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository with submodules
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
persist-credentials: false
|
||||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
gzip yosys-src-vendored.tar
|
||||
|
||||
- name: Store tarball artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: vendored-sources
|
||||
path: yosys-src-vendored.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue