diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 0f05dbf5..fbe63b17 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -44,7 +44,7 @@ jobs: go-version-file: "go.mod" - uses: tlylt/install-graphviz@b2201200d85f06f0189cb74d9b69208504cf12cd # v1.0.0 - run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./... - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: coverage-results path: coverage.out