diff --git a/.github/workflows/ci-go.yaml b/.github/workflows/ci-go.yaml index 783204e..9fe9133 100644 --- a/.github/workflows/ci-go.yaml +++ b/.github/workflows/ci-go.yaml @@ -29,7 +29,7 @@ jobs: - name: Test with Go run: go test -v ./... -coverprofile cover.out - name: Upload Go test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: coverage path: cover.out