Skip to content

Commit 8739908

Browse files
authored
Update publish docs action to use latest versions of actions (#3154)
* Bump to v4 of checkout * Update upload action too
1 parent 09ee7a8 commit 8739908

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Pages
2929
uses: actions/configure-pages@v4
3030
- name: Upload artifact
31-
uses: actions/upload-pages-artifact@v1
31+
uses: actions/upload-pages-artifact@v3
3232
with:
3333
path: 'docsbuild'
3434
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)