Skip to content

Commit 679afa6

Browse files
authored
Merge pull request #2 from CraftedSignal/dependabot/github_actions/codecov/codecov-action-5
chore(cicd): bump codecov/codecov-action from 4 to 5
2 parents 4fbf676 + 50ee592 commit 679afa6

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
@@ -36,7 +36,7 @@ jobs:
3636
run: go test -v -race -coverprofile=coverage.out ./...
3737

3838
- name: Upload coverage
39-
uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v5
4040
with:
4141
files: ./coverage.out
4242
fail_ci_if_error: false

0 commit comments

Comments
 (0)