From ccf1216fb2037830f80d81414cee8b5a11514074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:04:44 +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/AutomatedRelease.yml | 2 +- .github/workflows/ManualReleaseDevelop.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/AutomatedRelease.yml b/.github/workflows/AutomatedRelease.yml index f456f25..7eca4fe 100644 --- a/.github/workflows/AutomatedRelease.yml +++ b/.github/workflows/AutomatedRelease.yml @@ -100,7 +100,7 @@ jobs: fetch-depth: 0 - name: Download all artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 # Zip the publish artifacts - name: Zip the publish artifacts diff --git a/.github/workflows/ManualReleaseDevelop.yml b/.github/workflows/ManualReleaseDevelop.yml index b7869b7..399439f 100644 --- a/.github/workflows/ManualReleaseDevelop.yml +++ b/.github/workflows/ManualReleaseDevelop.yml @@ -98,7 +98,7 @@ jobs: fetch-depth: 0 - name: Download all artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 # Zip the publish artifacts - name: Zip the publish artifacts