File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
@@ -39,20 +39,20 @@ jobs:
39
39
run : make singlehtml
40
40
41
41
- name : upload
42
- uses : actions/upload-artifact@v2
42
+ uses : actions/upload-artifact@v4
43
43
with :
44
44
name : artifacts
45
45
path : |
46
46
build/latex/fit-specification-*.pdf
47
47
48
48
- name : deploy
49
- uses : peaceiris/actions-gh-pages@v3
49
+ uses : peaceiris/actions-gh-pages@v4
50
50
with :
51
51
github_token : ${{ secrets.GITHUB_TOKEN }}
52
52
publish_dir : ./build/singlehtml
53
53
54
54
- name : release
55
- uses : softprops/action-gh-release@v1
55
+ uses : softprops/action-gh-release@v2
56
56
if : startsWith(github.ref, 'refs/tags/')
57
57
with :
58
58
files : build/latex/fit-specification-*.pdf
You can’t perform that action at this time.
0 commit comments