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 @@ -17,13 +17,13 @@ jobs:
1717 runs-on : ubuntu-20.04
1818 container : texlive/texlive:latest-medium
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v4
2121 - name : generate PDF
2222 run : |
2323 make docs
2424 cp doc/crypt.pdf crypt-${{ github.run_id }}.pdf
2525 - name : upload PDF
26- uses : actions/upload-artifact@v3
26+ uses : actions/upload-artifact@v4
2727 with :
2828 name : crypt-${{ github.run_id }}.pdf
2929 path : crypt-${{ github.run_id }}.pdf
5353 - { BUILDNAME: 'STOCK+ARGTYPE=3', BUILDOPTIONS: '-DARGTYPE=3', BUILDSCRIPT: '.ci/run.sh' }
5454 - { BUILDNAME: 'STOCK+ARGTYPE=4', BUILDOPTIONS: '-DARGTYPE=4', BUILDSCRIPT: '.ci/run.sh' }
5555 steps :
56- - uses : actions/checkout@v2
56+ - uses : actions/checkout@v4
5757 - name : install dependencies
5858 run : |
5959 sudo apt-get update -qq
8989 tar cJf build-${{ github.run_id }}.tar.xz --exclude ./build-${{ github.run_id }}.tar.xz .
9090 - name : upload Artifact
9191 if : ${{ failure() }}
92- uses : actions/upload-artifact@v3
92+ uses : actions/upload-artifact@v4
9393 with :
9494 name : build-${{ github.run_id }}.tar.xz
9595 path : build-${{ github.run_id }}.tar.xz
You can’t perform that action at this time.
0 commit comments