Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent 6e6b12a commit 3650f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
go test github.com/logto-io/go/v2/client -coverprofile=./build/client/test/coverage.out -covermode=atomic -gcflags=all=-l
- name: Upload Core Coverage Report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: core
file: ./build/core/test/coverage.out

- name: Upload Client Coverage Report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: client
file: ./build/client/test/coverage.out

0 comments on commit 3650f2f

Please sign in to comment.