Skip to content

Commit

Permalink
chore: update CodeCov Action version (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupino3 committed Apr 23, 2021
1 parent f0ebb24 commit 2b5c97e
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 @@ -37,7 +37,7 @@ jobs:
- name: Run unit tests
run: ./gradlew check
- name: Codecov
uses: codecov/codecov-action@v1.4.0
uses: codecov/codecov-action@v1.4.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 2b5c97e

Please sign in to comment.