From 6a6f4147d3169ca5f660d2ef8964e1387455b9da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:16:31 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-create-releases.yml | 4 ++-- .github/workflows/deploy-develop.yml | 4 ++-- .github/workflows/deploy-releases.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-create-releases.yml b/.github/workflows/deploy-create-releases.yml index 9421bf1..9fcf99c 100644 --- a/.github/workflows/deploy-create-releases.yml +++ b/.github/workflows/deploy-create-releases.yml @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 id: executable_x86 with: name: Win32 Executable @@ -83,7 +83,7 @@ jobs: run: | ren pd.exe pd32.exe - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 id: executable_x64 with: name: x64 Executable diff --git a/.github/workflows/deploy-develop.yml b/.github/workflows/deploy-develop.yml index 82e4df7..7af4cda 100644 --- a/.github/workflows/deploy-develop.yml +++ b/.github/workflows/deploy-develop.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 id: executable_x86 with: name: Win32 Executable @@ -64,7 +64,7 @@ jobs: run: | ren pd.exe pd32.exe - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 id: executable_x64 with: name: x64 Executable diff --git a/.github/workflows/deploy-releases.yml b/.github/workflows/deploy-releases.yml index 3c74123..71caad2 100644 --- a/.github/workflows/deploy-releases.yml +++ b/.github/workflows/deploy-releases.yml @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 id: executable_x86 with: name: Win32 Executable @@ -67,7 +67,7 @@ jobs: run: | ren pd.exe pd32.exe - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 id: executable_x64 with: name: x64 Executable