Skip to content

Commit a469d26

Browse files
authored
Merge pull request #78 from tdwesten/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 4 to 5
2 parents 2785f61 + 452f292 commit a469d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: vendor/bin/pest --coverage-clover coverage.xml
6565

6666
- name: Upload coverage reports to Codecov
67-
uses: codecov/codecov-action@v4
67+
uses: codecov/codecov-action@v5
6868
with:
6969
file: ./coverage.xml
7070
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)