From 858116ceb41b3982f90c269a2bcea3f232632574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:09:39 +0000 Subject: [PATCH] Bump actions/download-artifact from 2.0.5 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.5 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.5...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0eb8363..76752f3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -160,12 +160,12 @@ jobs: matrix: os: [linux, windows, macOS] steps: - - uses: actions/download-artifact@v2.0.5 + - uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.os }} path: ${{ matrix.os }} - - uses: actions/download-artifact@v2.0.5 + - uses: actions/download-artifact@v4.1.7 with: name: release_url