Skip to content

Commit

Permalink
Merge pull request #88 from gdsfactory/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-pages-artifact-3

Bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
joamatab authored May 29, 2024
2 parents 8be6b64 + 2ab0de1 commit f5cb711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
make docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: "./docs/_build/html/"
deploy-docs:
Expand Down

0 comments on commit f5cb711

Please sign in to comment.