Skip to content

Commit 5d3cdec

Browse files
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b48df76 commit 5d3cdec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration-symfony-unstable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: "vendor/bin/phpunit --coverage-clover=phpunit-${{ inputs.php-version }}-unstable.coverage"
7979

8080
- name: "Upload to Codecov"
81-
uses: "codecov/codecov-action@v4"
81+
uses: "codecov/codecov-action@v5"
8282
with:
8383
files: "./phpunit-${{ inputs.php-version }}-unstable.coverage"
8484
env:

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
path: "reports"
9999

100100
- name: "Upload to Codecov"
101-
uses: "codecov/codecov-action@v4"
101+
uses: "codecov/codecov-action@v5"
102102
with:
103103
directory: "reports"
104104
env:

0 commit comments

Comments
 (0)