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 @@ -60,14 +60,14 @@ jobs:
60
60
61
61
- name : Upload artifact - docs
62
62
if : steps.build.outcome == 'success'
63
- uses : actions/upload-artifact@v4.1 .0
63
+ uses : actions/upload-artifact@v4.2 .0
64
64
with :
65
65
name : docs
66
66
path : cpython/Doc/build/html
67
67
68
68
- name : Upload artifact - log files
69
69
if : always()
70
- uses : actions/upload-artifact@v4.1 .0
70
+ uses : actions/upload-artifact@v4.2 .0
71
71
with :
72
72
name : build-logs
73
73
path : logs/*
@@ -117,7 +117,7 @@ jobs:
117
117
make lint
118
118
119
119
- name : Upload artifact - log files
120
- uses : actions/upload-artifact@v4.1 .0
120
+ uses : actions/upload-artifact@v4.2 .0
121
121
with :
122
122
name : lint-logs
123
123
path : logs/*
@@ -166,7 +166,7 @@ jobs:
166
166
run : make spell
167
167
168
168
- name : Upload artifact - log files
169
- uses : actions/upload-artifact@v4.1 .0
169
+ uses : actions/upload-artifact@v4.2 .0
170
170
with :
171
171
name : pospell-logs
172
172
path : logs/*
@@ -203,7 +203,7 @@ jobs:
203
203
powrap compendium.po
204
204
205
205
- name : Upload artifact
206
- uses : actions/upload-artifact@v4.1 .0
206
+ uses : actions/upload-artifact@v4.2 .0
207
207
with :
208
208
name : compendium
209
209
path : compendium.po
Original file line number Diff line number Diff line change 85
85
TX_TOKEN : ${{ secrets.TX_TOKEN }}
86
86
87
87
- name : Upload artifact - po files
88
- uses : actions/upload-artifact@v4.1 .0
88
+ uses : actions/upload-artifact@v4.2 .0
89
89
with :
90
90
name : translations
91
91
path : |
95
95
96
96
- name : Upload artifact - log files
97
97
if : always()
98
- uses : actions/upload-artifact@v4.1 .0
98
+ uses : actions/upload-artifact@v4.2 .0
99
99
with :
100
100
name : pull-logs
101
101
path : |
You can’t perform that action at this time.
0 commit comments