File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 glob_root_file : true
1515 latexmk_shell_escape : true
1616 work_in_root_file_dir : true
17- - uses : actions/upload-artifact@v4
17+ - uses : actions/upload-artifact@v6
1818 with :
1919 name : pdf
2020 path : " */*.pdf"
3737 sudo apt-get install pdf2svg
3838 - run : |
3939 make svgs
40- - uses : actions/upload-artifact@v4
40+ - uses : actions/upload-artifact@v6
4141 with :
4242 name : svg
4343 path : " */*.svg"
5757 sudo sed -i '/disable ghostscript format types/,+6d' /etc/ImageMagick-6/policy.xml
5858 - run : |
5959 make gif
60- - uses : actions/upload-artifact@v4
60+ - uses : actions/upload-artifact@v6
6161 with :
6262 name : gif
6363 path : " */*.gif"
6666 runs-on : ubuntu-latest
6767 steps :
6868 - uses : actions/checkout@v6
69- - uses : actions/upload-artifact@v4
69+ - uses : actions/upload-artifact@v6
7070 with :
7171 name : other
7272 path : |
You can’t perform that action at this time.
0 commit comments