From 947e8a5bd3b6502f78b0a80a2687c61347c15a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:01:52 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bffbf87..1afdd1b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -160,23 +160,23 @@ jobs: id: version run: echo ::set-output name=VERSION::$GITHUB_REF_NAME - name: Download Windows build artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: windows_build - name: Download Ubuntu build artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ubuntu_build - name: Download MacOS build artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: macos_build - name: Download MacOS (Intel) build artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: macos_build_intel - name: Download Ubuntu 12.04 build artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ubuntu12_build - name: Upload Windows build release asset