We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9929c9a commit f27fff5Copy full SHA for f27fff5
.github/actions/publish-doc/action.yml
@@ -2,12 +2,12 @@ name: Publish documentation to GiHub Pages
2
runs:
3
using: composite
4
steps:
5
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
6
with:
7
ref: gh-pages
8
9
- name: Download docs
10
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
11
12
name: doc
13
path: doc
@@ -70,4 +70,4 @@ runs:
70
71
# Return to the original REF so that post-action
72
# can still run with the action available.
73
0 commit comments