Skip to content

Commit

Permalink
Downgrade codecov uploader to v3 until it is no longer in a broken st…
Browse files Browse the repository at this point in the history
…ate. (#143)
  • Loading branch information
felixfontein authored Feb 10, 2024
1 parent 1eb3c30 commit db00056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
nox -v -e coverage
- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
directory: antsibull-changelog
env:
Expand All @@ -82,7 +82,7 @@ jobs:
run: |
nox -v -e coverage
- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
directory: antsibull-changelog
env:
Expand Down

0 comments on commit db00056

Please sign in to comment.