From 550df60382b3689e1963797d45fe16da0a145962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:41:08 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.3 to 4.1.4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95f52a6..5a60eb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,17 +114,17 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Download linux binary - uses: actions/download-artifact@v4.1.3 + uses: actions/download-artifact@v4.1.4 with: name: fig-amd64-linux - name: Download macOS binary - uses: actions/download-artifact@v4.1.3 + uses: actions/download-artifact@v4.1.4 with: name: fig-amd64-darwin - name: Download windows binary - uses: actions/download-artifact@v4.1.3 + uses: actions/download-artifact@v4.1.4 with: name: fig-amd64-windows.exe