Skip to content

Commit

Permalink
github-actions(deps): bump codecov/codecov-action from 5.2.0 to 5.3.0 (
Browse files Browse the repository at this point in the history
…#26)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent d0f82c9 commit bb7ba26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: "vendor/bin/phpunit --configuration=phpunit.xml.dist --coverage-clover=.build/logs/clover.xml"

- name: 'Upload coverage reports to Codecov'
uses: 'codecov/codecov-action@v5.2.0'
uses: 'codecov/codecov-action@v5.3.0'
with:
files: './.build/logs/clover.xml'
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit bb7ba26

Please sign in to comment.