Skip to content

Commit

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

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
greg0ire authored Nov 18, 2024
2 parents b48df76 + 5d3cdec commit f3b0de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: "vendor/bin/phpunit --coverage-clover=phpunit-${{ inputs.php-version }}-unstable.coverage"

- name: "Upload to Codecov"
uses: "codecov/codecov-action@v4"
uses: "codecov/codecov-action@v5"
with:
files: "./phpunit-${{ inputs.php-version }}-unstable.coverage"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
path: "reports"

- name: "Upload to Codecov"
uses: "codecov/codecov-action@v4"
uses: "codecov/codecov-action@v5"
with:
directory: "reports"
env:
Expand Down

0 comments on commit f3b0de6

Please sign in to comment.