Skip to content

Commit aab89ef

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_scheduled-test-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
fi
207207
208208
- name: Upload coverage reports to Codecov
209-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
209+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
210210
if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
211211
with:
212212
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
retention-days: 30
8989

9090
- name: Upload coverage reports to Codecov
91-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
91+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
9292
if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
9393
with:
9494
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)