Skip to content

Commit 197af84

Browse files
authored
Merge pull request #27 from maartenpaauw/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 4 to 5
2 parents ba80a4c + c859b64 commit 197af84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: vendor/bin/pest --coverage --coverage-clover coverage.xml
3535

3636
- name: Upload coverage report
37-
uses: codecov/codecov-action@v4
37+
uses: codecov/codecov-action@v5
3838
env:
3939
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4040
with:

0 commit comments

Comments
 (0)