From 09441a956e8e7bc030bec6a846f8ac2c8d754282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:17:55 +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/Release.yml | 4 ++-- .github/workflows/canarybuilds.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 3ef1a30..0a76174 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/checkout@v1 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 name: Download Packages from build job with: name: packages @@ -83,7 +83,7 @@ jobs: steps: - uses: actions/checkout@v1 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 name: Download Packages from build job with: name: packages diff --git a/.github/workflows/canarybuilds.yml b/.github/workflows/canarybuilds.yml index ad98b3d..4104da2 100644 --- a/.github/workflows/canarybuilds.yml +++ b/.github/workflows/canarybuilds.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v1 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 name: Download Packages from build job with: name: packages