Skip to content

Commit

Permalink
Revert "[ci] Bump dawidd6/action-download-artifact from 2 to 6"
Browse files Browse the repository at this point in the history
This reverts commit c3b9805.
  • Loading branch information
Naros committed Jun 21, 2024
1 parent 5940476 commit 8fc6d15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/surge-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,7 +26,7 @@ jobs:
run: echo "id=$(<pr-id.txt)" >> $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
Expand Down Expand Up @@ -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
Expand All @@ -84,4 +84,4 @@ jobs:
<img width="300" src="https://user-images.githubusercontent.com/507615/90250824-4e066700-de6f-11ea-8230-600ecc3d6a6b.png">
<!-- Sticky Pull Request Comment -->
body-include: '<!-- Sticky Pull Request Comment -->'
number: ${{ steps.pr.outputs.id }}
number: ${{ steps.pr.outputs.id }}

0 comments on commit 8fc6d15

Please sign in to comment.