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 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121
@@ -39,20 +39,20 @@ jobs:
3939 run : make singlehtml
4040
4141 - name : upload
42- uses : actions/upload-artifact@v2
42+ uses : actions/upload-artifact@v4
4343 with :
4444 name : artifacts
4545 path : |
4646 build/latex/fit-specification-*.pdf
4747
4848 - name : deploy
49- uses : peaceiris/actions-gh-pages@v3
49+ uses : peaceiris/actions-gh-pages@v4
5050 with :
5151 github_token : ${{ secrets.GITHUB_TOKEN }}
5252 publish_dir : ./build/singlehtml
5353
5454 - name : release
55- uses : softprops/action-gh-release@v1
55+ uses : softprops/action-gh-release@v2
5656 if : startsWith(github.ref, 'refs/tags/')
5757 with :
5858 files : build/latex/fit-specification-*.pdf
You can’t perform that action at this time.
0 commit comments