Skip to content

Commit a7acc43

Browse files
authored
Update go.yml
1 parent ad4f2c7 commit a7acc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Test
2828
run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic
2929
- name: Upload coverage reports to Codecov
30-
uses: codecov/codecov-action@4.0.1
30+
uses: codecov/codecov-action@v4.0.1
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}
3333
slug: aafeher/go-microdata-extract

0 commit comments

Comments
 (0)