We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b45aa commit 1839335Copy full SHA for 1839335
.github/workflows/tests.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Test
27
run: go test -v ./... -race -coverprofile=coverage.out -covermode=atomic
28
- name: ⬆️ Upload coverage artifact
29
- uses: actions/upload-artifact@v4.3.0
+ uses: actions/upload-artifact@v4.3.1
30
with:
31
name: coverage-${{ matrix.go }}
32
path: coverage.out
0 commit comments