Skip to content

Commit

Permalink
Try downgrading codecov action to resolve issue with upload (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 authored May 21, 2024
1 parent ca6a26b commit 3f6c2cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Upload coverage to Codecov
uses: Wandalen/wretry.action@v3.5.0
with:
action: codecov/codecov-action@v4.3.1
action: codecov/codecov-action@v4.0.0
with: |
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Upload coverage to Codecov
uses: Wandalen/wretry.action@v3.5.0
with:
action: codecov/codecov-action@v4.3.1
action: codecov/codecov-action@v4.0.0
with: |
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload coverage to Codecov
uses: Wandalen/wretry.action@v3.5.0
with:
action: codecov/codecov-action@v4.3.1
action: codecov/codecov-action@v4.0.0
with: |
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit 3f6c2cf

Please sign in to comment.