Skip to content

Commit 95acd46

Browse files
authored
Bump actions/upload-pages-artifact from 1 to 3 (#75)
2 parents 9205b90 + 3899d6c commit 95acd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Setup Pages
6363
uses: actions/configure-pages@v2
6464
- name: Upload artifact
65-
uses: actions/upload-pages-artifact@v1
65+
uses: actions/upload-pages-artifact@v3
6666
with:
6767
path: docs/_build/html
6868
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)