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 0ad6f9a commit 7d28061Copy full SHA for 7d28061
.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@v3.1.3
+ uses: actions/upload-artifact@v4.3.0
30
with:
31
name: coverage-${{ matrix.go }}
32
path: coverage.out
0 commit comments