We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27823ec commit a642b93Copy full SHA for a642b93
.github/workflows/pr.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build and test
22
run: touch ./local.properties; ./gradlew check javadoc assemble
23
- name: Upload coverage to Codecov
24
- uses: codecov/codecov-action@v5.0.7
+ uses: codecov/codecov-action@v5.4.0
25
check_links:
26
runs-on: ubuntu-latest
27
steps:
0 commit comments