From 3c7571c8858569d8f279a0be8f80616f6ac1be3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:08:09 +0000 Subject: [PATCH] chore(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/build.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/tag-to-release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f8a11256..d9c40413 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download binaries tar file - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist.tar - name: Untar binaries diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5a51e296..eb2862ce 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -79,7 +79,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download binaries tar file - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist.tar - name: Untar binaries diff --git a/.github/workflows/tag-to-release.yaml b/.github/workflows/tag-to-release.yaml index f7aac819..8b7eaa4d 100644 --- a/.github/workflows/tag-to-release.yaml +++ b/.github/workflows/tag-to-release.yaml @@ -44,7 +44,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download binaries tar file - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist.tar - name: Untar binaries