Skip to content

Commit

Permalink
Merge pull request #267 from liberu-billing/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
curtisdelicata authored Dec 24, 2024
2 parents adbe391 + 30508d7 commit 475ce4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: vendor/bin/phpunit --coverage-clover=coverage.xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
Expand Down

0 comments on commit 475ce4a

Please sign in to comment.