Skip to content

Commit

Permalink
Merge pull request #1674 from WordPress/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
mukeshpanchal27 authored Nov 19, 2024
2 parents 7695b72 + 8cd6b6d commit 5fd4231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
fi
- name: Upload single site coverage reports to Codecov
if: ${{ matrix.coverage == true }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage-${{ github.sha }}.xml
Expand All @@ -96,7 +96,7 @@ jobs:
fail_ci_if_error: true
- name: Upload multisite coverage reports to Codecov
if: ${{ matrix.coverage == true }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage-multisite-${{ github.sha }}.xml
Expand Down

0 comments on commit 5fd4231

Please sign in to comment.