Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v3
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 7, 2023
1 parent b86433a commit 4a2a020
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 @@ -44,7 +44,7 @@ jobs:
- name: generate coverage xml
run: poetry run coverage xml
- name: uploading coverage to codecov
uses: codecov/codecov-action@v1.0.13
uses: codecov/codecov-action@v3.1.4
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 @@ -54,7 +54,7 @@ jobs:
- name: generate coverage xml
run: poetry run coverage xml
- name: uploading coverage to codecov
uses: codecov/codecov-action@v1.0.13
uses: codecov/codecov-action@v3.1.4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit 4a2a020

Please sign in to comment.