We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56be19d commit 691aef9Copy full SHA for 691aef9
.github/workflows/build_dependencies.yml
@@ -186,7 +186,7 @@ jobs:
186
if: ${{ inputs.testing == 'True' && inputs.tooling == 'Coverage' }}
187
188
- name: Upload coverage reports to Codecov
189
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
+ uses: codecov/codecov-action@v3
190
with:
191
gcov: true
192
0 commit comments