Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 19, 2024
1 parent 810593f commit b366a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
go test -coverprofile ./coverage.txt -v ./...
- name: Upload to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.txt

0 comments on commit b366a7c

Please sign in to comment.