Skip to content

Commit 9119c35

Browse files
authored
Downgrade codecov uploader to v3 until it is no longer in a broken state. (#40)
1 parent 7162e89 commit 9119c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
nox -v -e coverage
5858
- name: Upload coverage
59-
uses: codecov/codecov-action@v4
59+
uses: codecov/codecov-action@v3
6060
with:
6161
name: nox-test
6262
directory: antsibull-docs-parser
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
nox -v -e coverage
9191
- name: Upload coverage
92-
uses: codecov/codecov-action@v4
92+
uses: codecov/codecov-action@v3
9393
with:
9494
name: nox-test-36
9595
directory: antsibull-docs-parser

0 commit comments

Comments
 (0)