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