diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index b5e3755..85c2410 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -42,7 +42,7 @@ jobs: - run: go mod download - run: go test -coverprofile=coverage.out ./... - run: go tool cover -html=coverage.out -o coverage.html - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: go-${{ matrix.go-version }}-coverage path: coverage.html