From 95de63c44f925e9d6db092e776ff636b3b97dea9 Mon Sep 17 00:00:00 2001 From: Begona Guereca Date: Thu, 4 Apr 2024 07:17:44 -0700 Subject: [PATCH] Update download-artifact --- .github/workflows/issue_ops.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/issue_ops.yml b/.github/workflows/issue_ops.yml index 285ab96..aeffd2c 100644 --- a/.github/workflows/issue_ops.yml +++ b/.github/workflows/issue_ops.yml @@ -107,7 +107,7 @@ jobs: if: needs.execute-actions-importer.outputs.command == 'audit' needs: execute-actions-importer steps: - - uses: actions/download-artifact@v2 + - uses: actions/actions/download-artifact@v4 if: always() with: name: output @@ -142,7 +142,7 @@ jobs: if: needs.execute-actions-importer.outputs.command == 'dry-run' needs: execute-actions-importer steps: - - uses: actions/download-artifact@v2 + - uses: actions/actions/download-artifact@v4 if: always() with: name: output @@ -198,7 +198,7 @@ jobs: if: needs.execute-actions-importer.outputs.command == 'migrate' needs: execute-actions-importer steps: - - uses: actions/download-artifact@v2 + - uses: actions/actions/download-artifact@v4 if: always() with: name: logs @@ -234,7 +234,7 @@ jobs: needs: [execute-actions-importer, audit, migrate, dry-run] if: always() steps: - - uses: actions/download-artifact@v2 + - uses: actions/actions/download-artifact@v4 if: always() && needs.execute-actions-importer.result == 'failure' with: name: logs