Skip to content

Commit f95f6ba

Browse files
committed
Bump codecov/codecov-action to v3
1 parent f3291c6 commit f95f6ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workflow-templates/dependabot/workflow-template-copies/.github/workflows/test-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Send unit tests coverage to Codecov
100100
if: runner.os == 'Linux'
101-
uses: codecov/codecov-action@v2
101+
uses: codecov/codecov-action@v3
102102
with:
103103
file: ${{ matrix.module.path }}coverage_unit.txt
104104
flags: ${{ matrix.module.codecov-flags }}

workflow-templates/test-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Send unit tests coverage to Codecov
100100
if: runner.os == 'Linux'
101-
uses: codecov/codecov-action@v2
101+
uses: codecov/codecov-action@v3
102102
with:
103103
file: ${{ matrix.module.path }}coverage_unit.txt
104104
flags: ${{ matrix.module.codecov-flags }}

0 commit comments

Comments
 (0)