We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a455180 commit 76121aeCopy full SHA for 76121ae
1 file changed
.github/workflows/go.yml
@@ -63,7 +63,7 @@ jobs:
63
go tool cover -html=coverage.txt -o coverage.html
64
65
- name: Save coverage report
66
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
67
with:
68
name: coverage-report
69
path: coverage.html
@@ -96,7 +96,7 @@ jobs:
96
GOOS=windows GOARCH=amd64 go build -o bin/cosmoscope-windows-amd64.exe ./cmd/cosmoscope
97
98
- name: Upload artifacts
99
100
101
name: binaries
102
path: bin/
0 commit comments