Skip to content

Commit

Permalink
Merge pull request #30 from aramis-lab/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
NicolasGensollen committed Dec 26, 2023
2 parents 803a0a5 + 10b8e18 commit d5861ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build documentation
run: hatch run docs:build
- name: Upload documentation
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: 'docs/_build/html'
Expand Down

0 comments on commit d5861ef

Please sign in to comment.