Skip to content

Commit 6daf99f

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: Update GitHub Actions to `codecov/codecov-action@v6`
2 parents 05a4001 + 61ff154 commit 6daf99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ jobs:
416416
- name: Generate coverage report
417417
if: ${{ !cancelled() }}
418418
run: make gcovr-xml
419-
- uses: codecov/codecov-action@v5
419+
- uses: codecov/codecov-action@v6
420420
if: ${{ !cancelled() }}
421421
with:
422422
disable_search: true

0 commit comments

Comments
 (0)