From 2d027cae74180d892d5cc09f3c9e9dd6284d23a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:43:01 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 12 to 14 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 12 to 14. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v12...v14) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '14' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/golang.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index a5689f87..f7f75d95 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -204,7 +204,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: Download code coverage report from base branch - uses: dawidd6/action-download-artifact@v12 + uses: dawidd6/action-download-artifact@v14 if: github.actor != 'dependabot[bot]' with: name: cov-result @@ -262,7 +262,7 @@ jobs: run: make ci-bench | tee output.txt # Download previous benchmark result from cache (if exists) - name: Download benchmark report from base branch - uses: dawidd6/action-download-artifact@v12 + uses: dawidd6/action-download-artifact@v14 with: name: benchmark-result github_token: ${{ steps.generate-token.outputs.token }}