From 8cab9f5631995ef36f7c36e6b0f0d542693e53f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 22:14:10 +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/ghcr.yaml | 2 +- .github/workflows/pull-request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghcr.yaml b/.github/workflows/ghcr.yaml index ec58133..ebb14b9 100644 --- a/.github/workflows/ghcr.yaml +++ b/.github/workflows/ghcr.yaml @@ -83,7 +83,7 @@ jobs: - name: Download go binary - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: gobinary path: ./ diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index a4b1215..5bca89c 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -50,7 +50,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Download go binary - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: gobinary path: ./