Skip to content

Commit

Permalink
Merge pull request #88 from leap-stc/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
jbusecke committed Apr 15, 2024
2 parents 5fe2d7b + 95b9269 commit bdc4a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- name: Download merged artifact
if: inputs.is_preview != 'true'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.artifact_name }}

Expand Down

0 comments on commit bdc4a1a

Please sign in to comment.