File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -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.4
65
+ uses : actions/upload-artifact@v4.3.5
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.4
72
+ uses : actions/upload-artifact@v4.3.5
73
73
with :
74
74
name : build-logs
75
75
path : logs/*
@@ -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.4
125
+ uses : actions/upload-artifact@v4.3.5
126
126
with :
127
127
name : lint-logs
128
128
path : logs/*
@@ -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.4
177
+ uses : actions/upload-artifact@v4.3.5
178
178
with :
179
179
name : pospell-logs
180
180
path : logs/*
@@ -211,7 +211,7 @@ jobs:
211
211
powrap compendium.po
212
212
213
213
- name : Upload artifact
214
- uses : actions/upload-artifact@v4.3.4
214
+ uses : actions/upload-artifact@v4.3.5
215
215
with :
216
216
name : compendium
217
217
path : compendium.po
Original file line number Diff line number Diff line change 80
80
TX_TOKEN : ${{ secrets.TX_TOKEN }}
81
81
82
82
- name : Upload artifact - po files
83
- uses : actions/upload-artifact@v4.3.4
83
+ uses : actions/upload-artifact@v4.3.5
84
84
with :
85
85
name : translations
86
86
path : |
90
90
91
91
- name : Upload artifact - log files
92
92
if : always()
93
- uses : actions/upload-artifact@v4.3.4
93
+ uses : actions/upload-artifact@v4.3.5
94
94
with :
95
95
name : pull-logs
96
96
path : |
You can’t perform that action at this time.
0 commit comments