Skip to content

Commit bd8e683

Browse files
Merge pull request #41 from codecov/update-to-v5
chore(ci): upgrade to v5
2 parents 24dd558 + cb11dd0 commit bd8e683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Run coverage
1616
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
1717
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v4
18+
uses: codecov/codecov-action@v5
1919
with:
2020
token: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)