Skip to content

Commit 2f7e187

Browse files
authored
Merge pull request #43 from IceFireDB/dependabot/github_actions/codecov/codecov-action-6
chore(deps): bump codecov/codecov-action from 5 to 6
2 parents 2666a1e + 61a2b11 commit 2f7e187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: go test -v -race -coverprofile=coverage.out ./...
4848

4949
- name: Upload coverage to Codecov
50-
uses: codecov/codecov-action@v5
50+
uses: codecov/codecov-action@v6
5151
with:
5252
file: ./coverage.out
5353
fail_ci_if_error: false

0 commit comments

Comments
 (0)