Skip to content

Commit

Permalink
Merge pull request #1670 from hydephp/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
caendesilva authored Apr 25, 2024
2 parents 6326382 + cd5651f commit 5fd993c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
env:
ENV: testing

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: ./build/coverage/clover.xml,./build/coverage/crap4j.xml,./build/coverage/report.txt,./build/junit.xml
fail_ci_if_error: false # optional (default = false)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
ENV: testing

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: ./build/coverage/clover.xml,./build/coverage/crap4j.xml,./build/coverage/report.txt,./build/junit.xml

Expand Down

0 comments on commit 5fd993c

Please sign in to comment.