We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1585c62 commit cd23f91Copy full SHA for cd23f91
.github/workflows/gradle.yml
@@ -107,14 +107,14 @@ jobs:
107
108
- name: Upload coverage to Codecov
109
if: ${{ !github.event.pull_request.head.repo.fork || github.ref == 'refs/heads/master'}}
110
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
111
with:
112
fail_ci_if_error: true
113
token: ${{ secrets.CODECOV_TOKEN }}
114
115
116
if: ${{ github.event.pull_request.head.repo.fork }}
117
118
119
- name: VIVIDUS tasks validation
120
run: |
0 commit comments