Skip to content

Commit 76121ae

Browse files
committed
Fix CI
1 parent a455180 commit 76121ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
go tool cover -html=coverage.txt -o coverage.html
6464
6565
- name: Save coverage report
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: coverage-report
6969
path: coverage.html
@@ -96,7 +96,7 @@ jobs:
9696
GOOS=windows GOARCH=amd64 go build -o bin/cosmoscope-windows-amd64.exe ./cmd/cosmoscope
9797
9898
- name: Upload artifacts
99-
uses: actions/upload-artifact@v3
99+
uses: actions/upload-artifact@v4
100100
with:
101101
name: binaries
102102
path: bin/

0 commit comments

Comments
 (0)