Skip to content

Commit 55f2328

Browse files
Bump codecov/codecov-action from 3 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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@v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d7f1174 commit 55f2328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs: # Docs: <https://help.github.com/en/articles/workflow-syntax-for-github-ac
7878
XDEBUG_MODE: coverage
7979
run: composer test-cover
8080

81-
- uses: codecov/codecov-action@v3 # Docs: <https://github.com/codecov/codecov-action>
81+
- uses: codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
8282
if: matrix.coverage == 'true'
8383
with:
8484
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)