Skip to content

Commit

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

Bump dawidd6/action-download-artifact from 6 to 7
  • Loading branch information
skoudoro authored Dec 8, 2024
2 parents 4e6e657 + fcd1286 commit e05cdd5
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@v6
uses: dawidd6/action-download-artifact@v7
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@v6
uses: dawidd6/action-download-artifact@v7
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: publish.yml
Expand Down

0 comments on commit e05cdd5

Please sign in to comment.