Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent fa2dc29 commit f712379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
make lint-py
make test-py
- name: Send coverage
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.7
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
make lint-js
make test-js
- name: Send coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: Frontend
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit f712379

Please sign in to comment.