From 8fc6d1588a2ade09a8781e2ac42ac2f64b13c6f0 Mon Sep 17 00:00:00 2001 From: Chris Cranford Date: Fri, 21 Jun 2024 17:35:16 -0400 Subject: [PATCH] Revert "[ci] Bump dawidd6/action-download-artifact from 2 to 6" This reverts commit c3b9805be9e45946fef64534aae3f28a53f465c9. --- .github/workflows/surge-preview.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/surge-preview.yml b/.github/workflows/surge-preview.yml index 999b6bd..54e55ae 100644 --- a/.github/workflows/surge-preview.yml +++ b/.github/workflows/surge-preview.yml @@ -12,7 +12,7 @@ jobs: if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' steps: - name: download pr artifact - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v2 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: pr @@ -26,7 +26,7 @@ jobs: run: echo "id=$(> $GITHUB_OUTPUT - name: Download distribution artifact - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v2 with: workflow: ${{ github.event.workflow_run.workflow_id }} workflow_conclusion: success @@ -66,7 +66,7 @@ jobs: if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure' steps: - name: Download PR artifact - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v2 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: pr @@ -84,4 +84,4 @@ jobs: body-include: '' - number: ${{ steps.pr.outputs.id }} + number: ${{ steps.pr.outputs.id }} \ No newline at end of file