File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
- name : Run the build
21
21
run : make epub
22
22
- name : Archive the rendering
23
- uses : actions/upload-artifact@v3
23
+ uses : actions/upload-artifact@v4
24
24
with :
25
25
name : EPUB rendering
26
26
path : ./epub/SELinux_Notebook.azw3
Original file line number Diff line number Diff line change 20
20
- name : Run the build
21
21
run : make html
22
22
- name : Archive the rendering
23
- uses : actions/upload-artifact@v3
23
+ uses : actions/upload-artifact@v4
24
24
with :
25
25
name : HTML rendering
26
26
path : ./html/SELinux_Notebook.html
Original file line number Diff line number Diff line change 20
20
- name : Run the build
21
21
run : make pdf
22
22
- name : Archive the rendering
23
- uses : actions/upload-artifact@v3
23
+ uses : actions/upload-artifact@v4
24
24
with :
25
25
name : PDF rendering
26
26
path : ./pdf/SELinux_Notebook.pdf
You can’t perform that action at this time.
0 commit comments