Skip to content

Commit 5278ec0

Browse files
authored
Merge pull request #40 from blowekamp/update_docs_ci
Update upload-pages-artifacts action version
2 parents 431d7c2 + 26300b9 commit 5278ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/configure-pages@v4
5454
- name: Upload artifact
5555
if: github.ref == 'refs/heads/main'
56-
uses: actions/upload-pages-artifact@v2
56+
uses: actions/upload-pages-artifact@v3
5757
with:
5858
# Upload build sphinx docs
5959
path: 'docs/build/html'

0 commit comments

Comments
 (0)