Skip to content

Commit 2485125

Browse files
committed
Bump actions/upload-pages-artifact from 1 to 3
1 parent 77492db commit 2485125

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
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Upload artifact
9292
if: github.ref == 'refs/heads/main'
93-
uses: actions/upload-pages-artifact@v1
93+
uses: actions/upload-pages-artifact@v3
9494
with:
9595
path: 'docs/_build/html/'
9696

0 commit comments

Comments
 (0)