From 66688a176afcb23c8c0244e2c9e8045f0387e665 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 18:52:50 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.4.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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