From 55c535ca0e6f5219fb0a0bca5754eefc72ed9121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:01:17 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.7 to 4.1.8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.7...v4.1.8) --- 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 afdbde8..12994f2 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.7 + uses: actions/download-artifact@v4.1.8 with: name: fig-amd64-linux - name: Download macOS binary - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: fig-amd64-darwin - name: Download windows binary - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: fig-amd64-windows.exe