43
43
fetch-depth : 5
44
44
45
45
- name : Set up Python 3
46
- uses : actions/setup-python@v5.1.1
46
+ uses : actions/setup-python@v5.2.0
47
47
with :
48
48
python-version : ' 3'
49
49
@@ -62,14 +62,14 @@ jobs:
62
62
63
63
- name : Upload artifact - docs
64
64
if : steps.build.outcome == 'success'
65
- uses : actions/upload-artifact@v4.3.5
65
+ uses : actions/upload-artifact@v4.4.0
66
66
with :
67
67
name : docs
68
68
path : cpython/Doc/build/html
69
69
70
70
- name : Upload artifact - log files
71
71
if : always()
72
- uses : actions/upload-artifact@v4.3.5
72
+ uses : actions/upload-artifact@v4.4.0
73
73
with :
74
74
name : build-logs
75
75
path : logs/*
@@ -104,7 +104,7 @@ jobs:
104
104
fetch-depth : 5
105
105
106
106
- name : Set up Python 3
107
- uses : actions/setup-python@v5.1.1
107
+ uses : actions/setup-python@v5.2.0
108
108
with :
109
109
python-version : ' 3'
110
110
@@ -122,7 +122,7 @@ jobs:
122
122
make lint
123
123
124
124
- name : Upload artifact - log files
125
- uses : actions/upload-artifact@v4.3.5
125
+ uses : actions/upload-artifact@v4.4.0
126
126
with :
127
127
name : lint-logs
128
128
path : logs/*
@@ -157,7 +157,7 @@ jobs:
157
157
fetch-depth : 5
158
158
159
159
- name : Set up Python 3
160
- uses : actions/setup-python@v5.1.1
160
+ uses : actions/setup-python@v5.2.0
161
161
with :
162
162
python-version : ' 3'
163
163
@@ -174,7 +174,7 @@ jobs:
174
174
run : make spell
175
175
176
176
- name : Upload artifact - log files
177
- uses : actions/upload-artifact@v4.3.5
177
+ uses : actions/upload-artifact@v4.4.0
178
178
with :
179
179
name : pospell-logs
180
180
path : logs/*
@@ -191,7 +191,7 @@ jobs:
191
191
fetch-depth : 5
192
192
193
193
- name : Set up Python 3
194
- uses : actions/setup-python@v5.1.1
194
+ uses : actions/setup-python@v5.2.0
195
195
with :
196
196
python-version : ' 3'
197
197
@@ -211,7 +211,7 @@ jobs:
211
211
powrap compendium.po
212
212
213
213
- name : Upload artifact
214
- uses : actions/upload-artifact@v4.3.5
214
+ uses : actions/upload-artifact@v4.4.0
215
215
with :
216
216
name : compendium
217
217
path : compendium.po
@@ -224,7 +224,7 @@ jobs:
224
224
225
225
226
226
- name : Set up Python 3
227
- uses : actions/setup-python@v5.1.1
227
+ uses : actions/setup-python@v5.2.0
228
228
with :
229
229
python-version : ' 3'
230
230
0 commit comments