Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 31, 2024
1 parent 1066f04 commit 1cb449a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- # Codecov Coverage
name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.1
uses: codecov/codecov-action@v4.0.0
with:
fail_ci_if_error: true
files: ./unit-tests.coverage.lcov,./integration-tests.coverage.lcov
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- # Codecov Coverage
name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.1
uses: codecov/codecov-action@v4.0.0
with:
fail_ci_if_error: true
files: ./coverage.lcov
Expand Down

0 comments on commit 1cb449a

Please sign in to comment.