File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
18
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
19
steps :
20
20
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v2
22
22
23
23
# The same command that users can use locally is used to build documentation.
24
24
- name : Build documentation
25
25
run : make
26
26
27
27
# Publish generated site as artifact. Unfortunately viewing it requires
28
28
# downloading a .zip and uncompressing that (https://github.com/actions/upload-artifact/issues/14#issuecomment-620728238)
29
- - uses : actions/upload-artifact@v2
29
+ - uses : actions/upload-artifact@v4
30
30
with :
31
31
name : html-docs
32
32
path : docs
You can’t perform that action at this time.
0 commit comments