Skip to content

Commit 8d57493

Browse files
committed
Bump codecov/codecov-action to v6
1 parent 4562caf commit 8d57493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: composer run phpunit
5454

5555
- name: Send coverage
56-
uses: codecov/codecov-action@v5
56+
uses: codecov/codecov-action@v6
5757
# Do not run this step on forked versions of the main repository (example: contributor forks)
5858
if: github.repository == 'phpmyadmin/sql-parser'
5959
with:
@@ -64,7 +64,7 @@ jobs:
6464
report_type: coverage
6565

6666
- name: Upload test results
67-
uses: codecov/codecov-action@v5
67+
uses: codecov/codecov-action@v6
6868
# Do not run this step on forked versions of the main repository (example: contributor forks)
6969
if: ${{ github.repository == 'phpmyadmin/sql-parser' && !cancelled() }}
7070
with:

0 commit comments

Comments
 (0)