Skip to content

Commit db00056

Browse files
authored
Downgrade codecov uploader to v3 until it is no longer in a broken state. (#143)
1 parent 1eb3c30 commit db00056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nox.yml

+2-2
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
directory: antsibull-changelog
6262
env:
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
nox -v -e coverage
8484
- name: Upload coverage
85-
uses: codecov/codecov-action@v4
85+
uses: codecov/codecov-action@v3
8686
with:
8787
directory: antsibull-changelog
8888
env:

0 commit comments

Comments
 (0)