Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 3 to 5 (#1790)
Browse files Browse the repository at this point in the history
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 Nov 22, 2024
1 parent dbfc8c6 commit d793648
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ jobs:
- name: Run out of memory tests (without coverage)
run: vendor/bin/phpunit --testsuite oom --no-coverage

- name: Upload code coverage
uses: codecov/codecov-action@v3
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Check benchmarks
run: vendor/bin/phpbench run --revs=1 --iterations=1
Expand Down

0 comments on commit d793648

Please sign in to comment.