Skip to content

Commit 3f6c2cf

Browse files
authored
Try downgrading codecov action to resolve issue with upload (#624)
1 parent ca6a26b commit 3f6c2cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Upload coverage to Codecov
4545
uses: Wandalen/[email protected]
4646
with:
47-
action: codecov/codecov-action@v4.3.1
47+
action: codecov/codecov-action@v4.0.0
4848
with: |
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
file: ./coverage.xml

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Upload coverage to Codecov
4747
uses: Wandalen/[email protected]
4848
with:
49-
action: codecov/codecov-action@v4.3.1
49+
action: codecov/codecov-action@v4.0.0
5050
with: |
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
file: ./coverage.xml

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Upload coverage to Codecov
6464
uses: Wandalen/[email protected]
6565
with:
66-
action: codecov/codecov-action@v4.3.1
66+
action: codecov/codecov-action@v4.0.0
6767
with: |
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
file: ./coverage.xml

0 commit comments

Comments
 (0)