Skip to content

Commit

Permalink
Merge pull request #2 from phil65/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-pages-artifact-3

build(deps): bump actions/upload-pages-artifact from 1 to 3
  • Loading branch information
phil65 authored Oct 9, 2024
2 parents a427559 + 7fa19d4 commit 8d71ab9
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 @@ -44,7 +44,7 @@ jobs:
- name: Build
run: hatch run docs-build-test
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./site

Expand Down

0 comments on commit 8d71ab9

Please sign in to comment.