Skip to content

Commit 2666a1e

Browse files
authored
Merge pull request #41 from IceFireDB/dependabot/github_actions/codecov/codecov-action-5
2 parents 0462cca + 0ad4a7a commit 2666a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v4
50+
uses: codecov/codecov-action@v5
5151
with:
5252
file: ./coverage.out
5353
fail_ci_if_error: false

0 commit comments

Comments
 (0)