Skip to content

Commit

Permalink
github: workflows: updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lethalbit committed May 7, 2024
1 parent ae71253 commit 8b18bd1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/asic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11

Expand All @@ -31,10 +31,10 @@ jobs:
echo "GITHUB_WORKSPACE=\"`pwd`\"" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup OSS CAD Suite
uses: YosysHQ/setup-oss-cad-suite@v2
uses: YosysHQ/setup-oss-cad-suite@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -72,7 +72,8 @@ jobs:
nox -s test -- --asic --coverage
- name: Codecov Upload
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
verbose: true
files: ./build/tests/coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8b18bd1

Please sign in to comment.