Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v3.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent ead3d36 commit 6f990f8
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: generate coverage xml
run: poetry run coverage xml
- name: uploading coverage to codecov
uses: codecov/[email protected].4
uses: codecov/[email protected].6
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: generate coverage xml
run: poetry run coverage xml
- name: uploading coverage to codecov
uses: codecov/[email protected].4
uses: codecov/[email protected].6
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit 6f990f8

Please sign in to comment.