File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
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.3
65
+ uses : actions/upload-artifact@v4.3.4
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.3
72
+ uses : actions/upload-artifact@v4.3.4
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.3
125
+ uses : actions/upload-artifact@v4.3.4
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.3
177
+ uses : actions/upload-artifact@v4.3.4
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.3
214
+ uses : actions/upload-artifact@v4.3.4
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.3
83
+ uses : actions/upload-artifact@v4.3.4
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.3
93
+ uses : actions/upload-artifact@v4.3.4
94
94
with :
95
95
name : pull-logs
96
96
path : |
@@ -110,7 +110,7 @@ jobs:
110
110
uses : actions/checkout@v4.1.7
111
111
112
112
- name : Download PO files
113
- uses : actions/download-artifact@v4.1.7
113
+ uses : actions/download-artifact@v4.1.8
114
114
with :
115
115
name : translations
116
116
You can’t perform that action at this time.
0 commit comments