Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Revert "Bump codecov/codecov-action from 3 to 4" (#151)
Browse files Browse the repository at this point in the history
Revert "Bump codecov/codecov-action from 3 to 4 (#149)"

This reverts commit cb6dbab.
  • Loading branch information
ericLemanissier authored Sep 18, 2023
1 parent cb6dbab commit d9adf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: go get -v -t -d ./...

- run: go test -race -coverprofile=coverage.out -covermode=atomic -v ./...
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
with:
files: coverage.out

Expand Down

0 comments on commit d9adf0a

Please sign in to comment.