Skip to content

Commit 6badf4b

Browse files
authored
Revert "Bump codecov/codecov-action from 3 to 4 (#40)" (#43)
This reverts commit 7e23d27.
1 parent 7e23d27 commit 6badf4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
4848
- name: Upload code coverage (unit)
4949
if: matrix.go-version == env.GO_LATEST_VERSION
50-
uses: codecov/codecov-action@v4
50+
uses: codecov/codecov-action@v3
5151
with:
5252
files: ./unit.coverprofile
5353
flags: unittests-${{ runner.os }}
5454

5555
# - name: Upload code coverage (features)
5656
# if: matrix.go-version == env.GO_LATEST_VERSION
57-
# uses: codecov/codecov-action@v4
57+
# uses: codecov/codecov-action@v3
5858
# with:
5959
# files: ./features.coverprofile
6060
# flags: featurestests-${{ runner.os }}

0 commit comments

Comments
 (0)