From 3608c4eff71dab797b581cc46c60337037767885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 17:45:26 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/ci-go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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