Skip to content

Commit

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

chore(deps): update codecov/codecov-action action to v4.4.1
  • Loading branch information
livk-cloud committed May 21, 2024
2 parents 811d5fc + d521045 commit 48a36ce
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 @@ -38,6 +38,6 @@ jobs:
run: ./gradlew clean build

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.4.0
uses: codecov/codecov-action@v4.4.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 48a36ce

Please sign in to comment.