Skip to content

Commit

Permalink
revert to v3 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh authored Sep 18, 2023
1 parent 83b3226 commit 0a83d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
go mod download && go mod tidy && make generate
git diff --exit-code -- .
- run: make test
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
with:
file: ./coverage.out

0 comments on commit 0a83d3d

Please sign in to comment.