Skip to content

Commit

Permalink
downgrade codecov action from 4 to 3
Browse files Browse the repository at this point in the history
Seems like same issue as codecov/codecov-action#1284
  • Loading branch information
widdowquinn committed Feb 24, 2024
1 parent c8ea529 commit ac25980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
if: ${{ always() }}

- name: Codecov Coverage Report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true # optional (default = false)
files: .coverage-linux-${{ matrix.python-version }}.xml # optional
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
if: ${{ always() }}

- name: Codecov Coverage Report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true # optional (default = false)
files: .coverage-macos-${{ matrix.python-version }}.xml # optional
Expand Down

0 comments on commit ac25980

Please sign in to comment.