Skip to content

Commit db24e67

Browse files
Merge pull request #17 from disentangle-network/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 2acd97c + d44ebfe commit db24e67

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
@@ -42,7 +42,7 @@ jobs:
4242
run: go test -coverprofile=coverage.out ./...
4343

4444
- name: Upload coverage
45-
uses: codecov/codecov-action@v4
45+
uses: codecov/codecov-action@v5
4646
with:
4747
files: coverage.out
4848
fail_ci_if_error: false

0 commit comments

Comments
 (0)