Skip to content

Commit 63de0e6

Browse files
committed
ci: bump actions
1 parent 6931a00 commit 63de0e6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Run tests
22

3+
permissions:
4+
contents: read
5+
36
on: [push]
47

58
jobs:
@@ -16,7 +19,7 @@ jobs:
1619
include:
1720
- { php-version: 'nightly', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
1821
steps:
19-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2023
- name: Use php ${{ matrix.php-version }}
2124
uses: shivammathur/setup-php@v2
2225
with:
@@ -37,4 +40,7 @@ jobs:
3740
- name: Run php tests
3841
run: composer run test
3942
- name: Send coverage
40-
uses: codecov/codecov-action@v3
43+
uses: codecov/codecov-action@v4
44+
with:
45+
token: ${{ secrets.CODECOV_TOKEN }}
46+
file: ./coverage/cov.xml

0 commit comments

Comments
 (0)