Skip to content

Commit f712379

Browse files
Update codecov/codecov-action action to v5
1 parent fa2dc29 commit f712379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
make lint-py
3434
make test-py
3535
- name: Send coverage
36-
uses: codecov/codecov-action@v4.6.0
36+
uses: codecov/codecov-action@v5.0.7
3737
env:
3838
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3939
with:
@@ -61,7 +61,7 @@ jobs:
6161
make lint-js
6262
make test-js
6363
- name: Send coverage
64-
uses: codecov/codecov-action@v4
64+
uses: codecov/codecov-action@v5
6565
with:
6666
name: Frontend
6767
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)