From b778b879929e628bcce47423848d0eb5963725a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 16:14:22 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8d3bd04c6..329151805 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -182,7 +182,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: windows-build-artifacts-${{ matrix.PLATFORM_ID }} path: build/ @@ -221,15 +221,15 @@ jobs: needs: [build-linux, windows-installer] if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: linux-build-artifacts path: artifacts/ - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: windows-packages-x86 path: artifacts/ - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: windows-packages-x64 path: artifacts/