File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ jobs:
66
66
steps :
67
67
- uses : actions/checkout@v4
68
68
- name : Download bithesis.pdf
69
- uses : actions/download-artifact@v3
69
+ uses : actions/download-artifact@v4
70
70
with :
71
71
name : bithesis
72
72
- name : Download `*.cls`
73
- uses : actions/download-artifact@v3
73
+ uses : actions/download-artifact@v4
74
74
with :
75
75
name : cls
76
76
- name : Copy manual to the template folder.
@@ -102,7 +102,7 @@ jobs:
102
102
steps :
103
103
- uses : actions/checkout@v4
104
104
- name : Download *.cls
105
- uses : actions/download-artifact@v3
105
+ uses : actions/download-artifact@v4
106
106
with :
107
107
name : cls
108
108
- name : Upload ${{ matrix.cls }}.cls to release
@@ -138,7 +138,7 @@ jobs:
138
138
139
139
- uses : actions/checkout@v4
140
140
- name : Download PDF(s)
141
- uses : actions/download-artifact@v3
141
+ uses : actions/download-artifact@v4
142
142
with :
143
143
name : bithesis
144
144
@@ -160,7 +160,7 @@ jobs:
160
160
steps :
161
161
- uses : actions/checkout@v4
162
162
- name : Download bithesis.pdf
163
- uses : actions/download-artifact@v3
163
+ uses : actions/download-artifact@v4
164
164
with :
165
165
name : bithesis
166
166
- run : make pkg-only
You can’t perform that action at this time.
0 commit comments