Skip to content

Commit e19f865

Browse files
authored
Merge pull request #153 from gdsfactory/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 8d9c4ca + e1569f8 commit e19f865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
make docs
2626
- name: Upload artifact
27-
uses: actions/upload-pages-artifact@v3
27+
uses: actions/upload-pages-artifact@v4
2828
with:
2929
path: "./docs/_build/html/"
3030
deploy-docs:

0 commit comments

Comments
 (0)