From 00dc0f34b718592dacfde93e3edbcfd8ac29203c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:56:35 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact 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/docker.yml | 4 ++-- .github/workflows/main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e654fa68..75ba90a6 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -101,7 +101,7 @@ jobs: runs-on: windows-2019 steps: - name: Download Build Version Info - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: Version - name: Set Version Number @@ -114,7 +114,7 @@ jobs: Remove-Item -Path ./Version/version.txt Remove-Item -Path ./Version - name: Download Build output - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: Build path: ./ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index abcc8419..5ffa4ad2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,7 +85,7 @@ jobs: runs-on: windows-2019 steps: - name: Download Build Version Info - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: Version - name: Set Version Number @@ -98,7 +98,7 @@ jobs: Remove-Item -Path ./Version/version.txt Remove-Item -Path ./Version - name: Download Build output - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: Build path: ./