Skip to content

Commit 9db9ae1

Browse files
authored
Merge pull request #13 from farzai/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 92221b2 + e56026f commit 9db9ae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: vendor/bin/pest --coverage-clover=coverage.xml --coverage
4242

4343
- name: Upload coverage reports to Codecov
44-
uses: codecov/codecov-action@v4
44+
uses: codecov/codecov-action@v5
4545
with:
4646
file: ./coverage.xml
4747
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)