Skip to content

Commit

Permalink
[Backport 2.x] chore(deps): update codecov/codecov-action action to v5 (
Browse files Browse the repository at this point in the history
#962)

chore(deps): update codecov/codecov-action action to v5

Signed-off-by: Owais <owaiskazi19@gmail.com>
  • Loading branch information
owaiskazi19 authored Nov 14, 2024
1 parent 4420b98 commit 4284d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
./gradlew check -x integTest -x yamlRestTest -x spotlessJava
- name: Upload Coverage Report
if: ${{ matrix.codecov }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit 4284d9f

Please sign in to comment.