Skip to content

Commit 691aef9

Browse files
committed
Use tag
1 parent 56be19d commit 691aef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
if: ${{ inputs.testing == 'True' && inputs.tooling == 'Coverage' }}
187187

188188
- name: Upload coverage reports to Codecov
189-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
189+
uses: codecov/codecov-action@v3
190190
with:
191191
gcov: true
192192
if: ${{ inputs.testing == 'True' && inputs.tooling == 'Coverage' }}

0 commit comments

Comments
 (0)