From be567d91319f4d5e6c83261f8085f17e49c1a95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:00:43 +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/score_new_plugins.yml | 4 ++-- .github/workflows/user_notification_system.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/score_new_plugins.yml b/.github/workflows/score_new_plugins.yml index 8e4c8aec9..56f82e53e 100644 --- a/.github/workflows/score_new_plugins.yml +++ b/.github/workflows/score_new_plugins.yml @@ -114,7 +114,7 @@ jobs: needs: extract_email steps: - name: Download PLUGIN_INFO artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: plugin-info path: artifact-directory @@ -161,7 +161,7 @@ jobs: steps: - name: Download PLUGIN_INFO artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: plugin-info path: artifact-directory diff --git a/.github/workflows/user_notification_system.yml b/.github/workflows/user_notification_system.yml index 9701bf37d..5d6e74db9 100644 --- a/.github/workflows/user_notification_system.yml +++ b/.github/workflows/user_notification_system.yml @@ -129,7 +129,7 @@ jobs: fetch-depth: 0 - name: Download email artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: email-artifact