Skip to content

Commit

Permalink
Bump dawidd6/action-download-artifact from 3.1.4 to 5 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 12, 2024
1 parent 6219f3c commit 7a645f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
output1: ${{ steps.echo_pr_nb.outputs.pr_number }}
steps:
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@v3.1.4
uses: dawidd6/action-download-artifact@v5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: publish.yml
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
id: deploy-preview
message: "Starting deployment of preview ⏳..."
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@v3.1.4
uses: dawidd6/action-download-artifact@v5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: publish.yml
Expand Down

0 comments on commit 7a645f7

Please sign in to comment.