Skip to content

Commit 644ff79

Browse files
authored
Update Codecov action to version 7 (#811)
* Update Codecov action to version 7 * Fix docs workflow to build HTML instead of running link checker
1 parent cbdab8c commit 644ff79

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121
jobs:
2222
documentation:
2323

24-
name: Run link checker
24+
name: Build docs
2525
runs-on: ubuntu-latest
2626

2727
steps:
@@ -44,4 +44,4 @@ jobs:
4444

4545
- name: Build docs
4646
run: |
47-
cd docs && make check
47+
cd docs && make html

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
coverage xml
7878
7979
- name: Upload coverage results to Codecov
80-
uses: codecov/codecov-action@v5
80+
uses: codecov/codecov-action@v7
8181
env:
8282
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8383
with:

0 commit comments

Comments
 (0)