Skip to content

Commit

Permalink
chore(deps): Update dawidd6/action-download-artifact action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent af85bfa commit b5ee6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
steps:
- uses: "actions/checkout@v4" # for pages publishing
- name: "download PR"
uses: "dawidd6/action-download-artifact@v3"
uses: "dawidd6/action-download-artifact@v6"
with:
workflow: "${{ github.event.workflow_run.workflow_id }}"
run_id: "${{ github.event.workflow_run.id }}"
name: "pr-num"
path: "."
- name: "download dist artifact"
uses: "dawidd6/action-download-artifact@v3"
uses: "dawidd6/action-download-artifact@v6"
with:
workflow: "${{ github.event.workflow_run.workflow_id }}"
run_id: "${{ github.event.workflow_run.id }}"
Expand Down

0 comments on commit b5ee6d5

Please sign in to comment.