Skip to content

Commit

Permalink
Merge pull request #1402 from cloudflare/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4
  • Loading branch information
jacobbednarz committed Sep 14, 2023
2 parents f968533 + e9430d9 commit afee5da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/1402.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:dependency
deps: bumps codecov/codecov-action from 3 to 4
```
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Run coverage
run: go test ./... -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit afee5da

Please sign in to comment.