From 62cba166885da4b4cdf18496909d9d42ddc74700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 04:02:39 +0000 Subject: [PATCH] Bump actions/download-artifact in the github-actions group Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...v4.1.9) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release-creator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-creator.yaml b/.github/workflows/release-creator.yaml index f295927e..2598c343 100644 --- a/.github/workflows/release-creator.yaml +++ b/.github/workflows/release-creator.yaml @@ -81,7 +81,7 @@ jobs: git push origin $REL_VERSION - name: Download binary - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 # This is required to check if the binary exists and update its name to the release. - run: |