From af028d2f73ed06db265094d510abff0a6a409f96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 01:43:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/upload-ar?= =?UTF-8?q?tifact=20action=20to=20v4.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6f5b4ca..8ffab9c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -26,7 +26,7 @@ jobs: - name: Test run: go test -v ./... -race -coverprofile=coverage.out -covermode=atomic - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.6.2 with: name: coverage-${{ matrix.go }} path: coverage.out