Skip to content

Commit a048cf5

Browse files
committed
Upgrade GitHub Actions
1 parent 897e7d7 commit a048cf5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,14 @@ jobs:
8383
vendor/bin/phpunit -v --coverage-clover=coverage.xml
8484
8585
- name: Upload coverage
86-
uses: codecov/codecov-action@v2
86+
uses: codecov/codecov-action@v4
8787
with:
88+
token: ${{ secrets.CODECOV_TOKEN }}
8889
files: coverage.xml
8990

9091
- name: Archive logs artifacts
9192
if: ${{ failure() }}
92-
uses: actions/upload-artifact@v2
93+
uses: actions/upload-artifact@v4
9394
with:
9495
name: logs_php-${{ matrix.php }}
9596
path: |

0 commit comments

Comments
 (0)