From 2b9f87930aca8708285882582bf695089574ebaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 05:35:10 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5643aeade..2423176d6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -64,17 +64,17 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: ubuntu-latest_reports path: reports - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: macOS-latest_reports path: reports - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: macos-13_reports path: reports