We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86f541 commit 71dfe4fCopy full SHA for 71dfe4f
.github/workflows/test_build_multi_platform.yml
@@ -123,7 +123,7 @@ jobs:
123
./gradlew build -x spotlessJava
124
# coverage.gradle is only applied in single local node test
125
- name: Upload Coverage Report
126
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
127
env:
128
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
129
with:
0 commit comments