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.
2 parents 832986a + 91d2627 commit 39dcb08Copy full SHA for 39dcb08
1 file changed
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Test (race + coverage)
38
run: RUN_INTEGRATION_TEST=yes go test -race -coverprofile=coverage.out ./...
39
- name: Upload coverage artifact
40
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
41
with:
42
name: coverage
43
path: coverage.out
0 commit comments