Skip to content

Commit 5390312

Browse files
dependabot[bot]Copilotnorberttech
authored
build(deps): bump codecov/codecov-action from 5 to 6 (#2280)
* build(deps): bump codecov/codecov-action from 5 to 6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump codecov/codecov-action to v6 in composite action Agent-Logs-Url: https://github.com/flow-php/flow/sessions/a77c3f30-1bbd-4956-b953-2cddc6830984 Co-authored-by: norberttech <1921950+norberttech@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: norberttech <1921950+norberttech@users.noreply.github.com>
1 parent 5e06e41 commit 5390312

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/codecov-report/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ runs:
4343

4444
- name: Upload code coverage (baseline)
4545
if: ${{ github.event_name == 'push' && !cancelled() && inputs.php-version == '8.3' && inputs.dependencies == 'locked' }}
46-
uses: codecov/codecov-action@v5
46+
uses: codecov/codecov-action@v6
4747
with:
4848
token: ${{ inputs.token }}
4949
directory: ./var/phpunit/coverage/clover
5050

5151
- name: Upload code coverage (pull request)
5252
if: ${{ github.event_name == 'pull_request' && !cancelled() && inputs.dependencies == 'locked' }}
53-
uses: codecov/codecov-action@v5
53+
uses: codecov/codecov-action@v6
5454
with:
5555
token: ${{ inputs.token }}
5656
directory: ./var/phpunit/coverage/clover

.github/workflows/job-arrow-extension.yml

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

8686
- name: Upload to Codecov
8787
if: ${{ !cancelled() && matrix.php == '8.3' && matrix.os == 'ubuntu-latest' }}
88-
uses: codecov/codecov-action@v5
88+
uses: codecov/codecov-action@v6
8989
with:
9090
token: ${{ secrets.CODECOV_TOKEN }}
9191
directory: ./var/phpunit/coverage/clover

.github/workflows/job-extension-tests.yml

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

5252
- name: Upload to Codecov
5353
if: ${{ !cancelled() && matrix.php-version == '8.3' }}
54-
uses: codecov/codecov-action@v5
54+
uses: codecov/codecov-action@v6
5555
with:
5656
token: ${{ secrets.CODECOV_TOKEN }}
5757
directory: ./var/phpunit/coverage/clover

0 commit comments

Comments
 (0)