Skip to content

Commit

Permalink
Update codecov/codecov-action action to v4 (#238)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent 1fd96c0 commit ffc5544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
CLIENT_SECRET: ${{secrets.EXTRACTORS_CLIENT_SECRET}}
JETFIRETEST_API_KEY: ${{secrets.JETFIRETEST_API_KEY}}

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
CLIENT_SECRET: ${{secrets.EXTRACTORS_CLIENT_SECRET}}
JETFIRETEST_API_KEY: ${{secrets.JETFIRETEST_API_KEY}}

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit ffc5544

Please sign in to comment.