We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4f2c7 commit a7acc43Copy full SHA for a7acc43
.github/workflows/go.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Test
28
run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic
29
- name: Upload coverage reports to Codecov
30
- uses: codecov/codecov-action@4.0.1
+ uses: codecov/codecov-action@v4.0.1
31
with:
32
token: ${{ secrets.CODECOV_TOKEN }}
33
slug: aafeher/go-microdata-extract
0 commit comments