Skip to content

Commit

Permalink
Merge pull request #1 from storyblok/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-5.1.2

github-actions(deps): bump codecov/codecov-action from 5.0.2 to 5.1.2
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent fecba8b commit 7d44112
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.0.2'
uses: 'codecov/codecov-action@v5.1.2'
with:
files: './.build/logs/clover.xml'
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7d44112

Please sign in to comment.