Skip to content

Commit

Permalink
chore: update GitHub Actions and Test Configurations
Browse files Browse the repository at this point in the history
- Update the `codecov-action` version from `v3` to `v4` in GitHub workflow for Go.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Mar 1, 2024
1 parent 7d7b817 commit 4c79a60
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 @@ -63,6 +63,6 @@ jobs:
go test -v -covermode=atomic -coverprofile=coverage.out
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: ${{ matrix.os }},go-${{ matrix.go }}

0 comments on commit 4c79a60

Please sign in to comment.