Skip to content

Commit 8643436

Browse files
authored
Merge pull request #2718 from WordPress/dependabot/github_actions/codecov/codecov-action-6.0.0
GH Actions: Bump codecov/codecov-action from 5.5.3 to 6.0.0
2 parents 12b5637 + ea5ca81 commit 8643436

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Send coverage report to Codecov
7777
if: ${{ success() && github.event.repository.fork == false && github.ref_name == 'develop' }}
78-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
78+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
7979
with:
8080
files: ./build/logs/clover.xml
8181
fail_ci_if_error: true

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Send coverage report to Codecov
139139
if: ${{ success() && matrix.coverage == true && github.event.repository.fork == false }}
140-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
140+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
141141
with:
142142
files: ./build/logs/clover.xml
143143
fail_ci_if_error: true

0 commit comments

Comments
 (0)