Skip to content

Commit

Permalink
Merge pull request #218 from usefulness/renovate/codecov-codecov-acti…
Browse files Browse the repository at this point in the history
…on-4.x

Update codecov/codecov-action action to v4
  • Loading branch information
mateuszkwiecinski authored Jan 31, 2024
2 parents 7683662 + 014a18b commit 79d1487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/after_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- run: ./gradlew projectCoverage

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- run: ./gradlew projectCoverage

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 79d1487

Please sign in to comment.