Skip to content

Commit d241a95

Browse files
authored
Merge pull request #1 from pl-github/dependabot/github_actions/codecov/codecov-action-5
chore(deps): Bump codecov/codecov-action from 4 to 5
2 parents 154f49f + 18c1b16 commit d241a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: composer install --prefer-dist --no-progress --no-suggest
3131
- run: vendor/bin/phpunit --coverage-clover build/logs/clover.xml
3232

33-
- uses: codecov/codecov-action@v4
33+
- uses: codecov/codecov-action@v5
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
3636
files: build/logs/clover.xml # optional

0 commit comments

Comments
 (0)