Skip to content

Commit

Permalink
Update Codecov action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieMcKinstry committed Jun 23, 2022
1 parent 49b1835 commit 61ac80b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-fast.yml
Expand Up @@ -301,7 +301,7 @@ jobs:
rm ./coverage/*.cov || true
- name: Upload code coverage
if: ${{ inputs.enable-coverage && (inputs.platform != 'windows-latest') }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
directory: coverage
files: '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -322,7 +322,7 @@ jobs:
rm ./coverage/*.cov || true
- name: Upload code coverage
if: ${{ inputs.enable-coverage && (inputs.platform != 'windows-latest') }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
directory: coverage
files: '*'
Expand Down

0 comments on commit 61ac80b

Please sign in to comment.