Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4 to 5 (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
dependabot[bot] and webknjaz authored Nov 15, 2024
1 parent bd7e423 commit 75e3cd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,10 @@ jobs:
- name: Send coverage data to Codecov
if: >-
!cancelled()
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: bb0fa8d8-1f5b-4b59-95f4-ec338cbd13a4
file: ./coverage.xml
files: ./coverage.xml
flags: >-
CI-GHA,
pytest,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
make lint
- name: Send coverage data to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.codecov-token }}
files: >-
Expand Down

0 comments on commit 75e3cd2

Please sign in to comment.