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:
17
17
runs-on : ubuntu-20.04
18
18
container : texlive/texlive:latest-medium
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
- name : generate PDF
22
22
run : |
23
23
make docs
24
24
cp doc/crypt.pdf crypt-${{ github.run_id }}.pdf
25
25
- name : upload PDF
26
- uses : actions/upload-artifact@v3
26
+ uses : actions/upload-artifact@v4
27
27
with :
28
28
name : crypt-${{ github.run_id }}.pdf
29
29
path : crypt-${{ github.run_id }}.pdf
53
53
- { BUILDNAME: 'STOCK+ARGTYPE=3', BUILDOPTIONS: '-DARGTYPE=3', BUILDSCRIPT: '.ci/run.sh' }
54
54
- { BUILDNAME: 'STOCK+ARGTYPE=4', BUILDOPTIONS: '-DARGTYPE=4', BUILDSCRIPT: '.ci/run.sh' }
55
55
steps :
56
- - uses : actions/checkout@v2
56
+ - uses : actions/checkout@v4
57
57
- name : install dependencies
58
58
run : |
59
59
sudo apt-get update -qq
89
89
tar cJf build-${{ github.run_id }}.tar.xz --exclude ./build-${{ github.run_id }}.tar.xz .
90
90
- name : upload Artifact
91
91
if : ${{ failure() }}
92
- uses : actions/upload-artifact@v3
92
+ uses : actions/upload-artifact@v4
93
93
with :
94
94
name : build-${{ github.run_id }}.tar.xz
95
95
path : build-${{ github.run_id }}.tar.xz
You can’t perform that action at this time.
0 commit comments