Skip to content

Commit 3966910

Browse files
chore(deps): update codecov/codecov-action action to v6
1 parent b14e8a5 commit 3966910

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
token: ${{ secrets.CODECOV_TOKEN }}
5555

5656
- name: Codecov coverage
57-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
57+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
5858
with:
5959
files: ./reports/coverage/cobertura-coverage.xml
6060
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474

7575
- name: Codecov coverage
76-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
76+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
7777
with:
7878
files: ./reports/coverage/cobertura-coverage.xml
7979
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)