We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe4c81 commit bc9ebb2Copy full SHA for bc9ebb2
.github/workflows/build.yaml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
name: opa-gradle-plugin
23
path: build/libs
24
- - uses: codecov/codecov-action@v1.0.3
+ - uses: codecov/codecov-action@v3.1.4
25
26
token: ${{secrets.CODECOV_TOKEN}}
27
file: ./build/reports/jacoco/test/jacocoTestReport.xml
0 commit comments