Skip to content

Commit

Permalink
Merge pull request #154 from nlesc-recruit/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
loostrum authored Jan 17, 2024
2 parents 5c5a90b + 328fc17 commit 9b1911e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# deploy tags
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: docs/_build/html
Expand Down

0 comments on commit 9b1911e

Please sign in to comment.