Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4.1.1 to 4.2.0 (#828)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alessandro Lai <alessandro.lai85@gmail.com>
  • Loading branch information
dependabot[bot] and Jean85 committed Apr 9, 2024
1 parent 48407c3 commit 5d6aa26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Expand Up @@ -96,7 +96,7 @@ jobs:
run: vendor/bin/phpunit --coverage-clover=build/coverage-report.xml

- name: Upload code coverage
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
with:
file: build/coverage-report.xml
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
run: vendor/bin/phpunit --coverage-clover=build/coverage-report.xml

- name: Upload code coverage
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
with:
file: build/coverage-report.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5d6aa26

Please sign in to comment.