Skip to content

Commit

Permalink
Revert "Bump codecov/codecov-action from 3 to 4 (#60)" (#68)
Browse files Browse the repository at this point in the history
This reverts commit aff6168.
  • Loading branch information
nhatthm committed Dec 6, 2023
1 parent aff6168 commit b14cb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Upload code coverage (unit)
if: matrix.go-version == env.GO_LATEST_VERSION
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
files: ./unit.coverprofile
flags: unittests-${{ runner.os }}

0 comments on commit b14cb97

Please sign in to comment.