Skip to content

Commit e5fee07

Browse files
committed
rvert codecov to v3
Signed-off-by: Frederic BIDON <[email protected]>
1 parent b14877c commit e5fee07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/go-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: go test -v -race -coverprofile="coverage-${{ matrix.os }}.${{ matrix.go_version }}.out" -covermode=atomic -coverpkg=$(go list)/... ./...
5050

5151
- name: Upload coverage to codecov
52-
uses: codecov/codecov-action@v5
52+
uses: codecov/codecov-action@v3
5353
with:
5454
files: './coverage-${{ matrix.os }}.${{ matrix.go_version }}.out'
5555
flags: '${{ matrix.go_version }}'

0 commit comments

Comments
 (0)