From 5ed80215fa17adb7e72ba3d9267368474afd411e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 23:01:08 +0000 Subject: [PATCH] build(deps): 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/cut-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cut-release.yml b/.github/workflows/cut-release.yml index c191d6d26d..ae64a5a05b 100644 --- a/.github/workflows/cut-release.yml +++ b/.github/workflows/cut-release.yml @@ -128,7 +128,7 @@ jobs: GOARCH: ${{matrix.goarch}} steps: - name: Fetch Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 id: download with: name: release @@ -167,7 +167,7 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} steps: - name: Fetch Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 id: download with: name: release @@ -186,7 +186,7 @@ jobs: needs: [config, release-archive, release] steps: - name: Fetch Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 id: download with: name: release @@ -252,7 +252,7 @@ jobs: goarch: 's390x' steps: - name: Fetch Archive - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 id: download with: name: release