Skip to content

Commit

Permalink
Merge pull request #120 from wp-cli/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5.4.0

Bump codecov/codecov-action from 5.3.1 to 5.4.0
  • Loading branch information
ernilambar authored Feb 27, 2025
2 parents 22f7dbd + b294d7b commit 2c59871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
- name: Upload code coverage report
if: ${{ matrix.coverage }}
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@v5.4.0
with:
directory: build/logs
flags: unit
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
- name: Upload code coverage report
if: ${{ matrix.coverage }}
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@v5.4.0
with:
# Because somehow providing `directory: build/logs` doesn't work for these files
files: ${{ steps.coverage_files.outputs.files }}
Expand Down

0 comments on commit 2c59871

Please sign in to comment.