Skip to content

Commit 07ec1a8

Browse files
authored
Merge pull request #2022 from hydephp/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 7b32fe1 + 07b0bf3 commit 07ec1a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
env:
225225
ENV: testing
226226

227-
- uses: codecov/codecov-action@v4
227+
- uses: codecov/codecov-action@v5
228228
with:
229229
files: ./build/coverage/clover.xml,./build/coverage/crap4j.xml,./build/coverage/report.txt,./build/junit.xml
230230
fail_ci_if_error: false # optional (default = false)

.github/workflows/coverage-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: vendor/bin/pest --coverage --coverage-clover clover.xml --log-junit report.xml
3737

3838
- name: "Publish coverage report to Codecov"
39-
uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v5
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242

0 commit comments

Comments
 (0)