Skip to content

Commit ef98b2d

Browse files
Merge pull request #15 from kiwilan/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 54500ce + 985a7cb commit ef98b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: vendor/bin/pest --coverage
6666

6767
- name: Send code coverage
68-
uses: codecov/codecov-action@v3
68+
uses: codecov/codecov-action@v4
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}
7171
verbose: false

0 commit comments

Comments
 (0)