Skip to content

Commit

Permalink
Merge pull request #17 from dipy/dependabot/github_actions/dawidd6/ac…
Browse files Browse the repository at this point in the history
…tion-download-artifact-3.0.0

Bump dawidd6/action-download-artifact from 2.11.0 to 3.0.0
  • Loading branch information
skoudoro authored Dec 28, 2023
2 parents a058091 + 8710075 commit d31fa6b
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@v2.11.0
uses: dawidd6/action-download-artifact@v3.0.0
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@v2.11.0
uses: dawidd6/action-download-artifact@v3.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: publish.yml
Expand Down

0 comments on commit d31fa6b

Please sign in to comment.