There was an error while loading. Please reload this page.
2 parents f3cef0f + 458d28c commit 84ecd5fCopy full SHA for 84ecd5f
2 files changed
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
CGO_ENABLED: 0
61
62
- name: Upload artifact
63
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
64
with:
65
name: csctl-${{ matrix.os }}-${{ matrix.arch }}
66
path: csctl${{ matrix.os == 'windows-latest' && '.exe' || '' }}
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
run: go test -v -race -coverprofile=coverage.out ./...
39
40
- name: Upload coverage
41
42
43
name: coverage
44
path: coverage.out
0 commit comments