From 9614d9746994bcac0d22cfba28e5b6f08ff9b33d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:00:52 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7cc8ac..cbde6d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: go-version: '1.24' - run: make test - name: Archive code coverage results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: code-coverage-report path: bin @@ -26,7 +26,7 @@ jobs: - name: Clone Repository uses: actions/checkout@master - name: Download code coverage results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: code-coverage-report path: bin