Skip to content

Commit

Permalink
ci(deps): bump codecov/codecov-action from 4.6.0 to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lctrs-bot authored Nov 14, 2024
2 parents ebeffc0 + 9bbb293 commit 2c96c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
run: "vendor/bin/phpunit --colors=always --configuration=test/Unit/phpunit.xml.dist --coverage-clover=.build/phpunit/logs/clover.xml"

- name: "Send code coverage report to codecov.io"
uses: "codecov/codecov-action@v4.6.0"
uses: "codecov/codecov-action@v5.0.0"
with:
files: ".build/phpunit/logs/clover.xml"
token: "${{ secrets.CODECOV_TOKEN }}"
Expand Down

0 comments on commit 2c96c4f

Please sign in to comment.