Skip to content

Commit 68cf2b1

Browse files
committed
Update .github/workflows/test.yml
1 parent 74a9ec9 commit 68cf2b1

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run coverage
2626
run: go test -coverprofile=coverage.txt -covermode=atomic
2727
- name: Upload coverage reports to Codecov
28-
uses: codecov/codecov-action@v4.3.0
28+
uses: codecov/codecov-action@v4
2929
continue-on-error: true
3030
env:
3131
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)