Skip to content

Commit

Permalink
Update codecov/codecov-action action to v4 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob93c authored Sep 14, 2023
2 parents 6810a00 + d63cf89 commit e17c92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build project with Gradle
run: chmod +x gradlew && ./gradlew build --no-daemon
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./build/reports/jacoco/test/
Expand Down

0 comments on commit e17c92f

Please sign in to comment.