73
73
with :
74
74
gerrit-refspec : ${{ inputs.GERRIT_REFSPEC }}
75
75
- name : Configure Python
76
- uses : actions/setup-python@v4
76
+ uses : actions/setup-python@v5
77
77
with :
78
78
python-version : ' 3.8'
79
79
- name : Build package distribution files
85
85
- name : Store the distribution files for use in other stages
86
86
# `tests` and `publish` will use the same pre-built distributions,
87
87
# so we make sure to release the exact same package that was tested
88
- uses : actions/upload-artifact@v3
88
+ uses : actions/upload-artifact@v4
89
89
with :
90
90
name : python-distribution-files
91
91
path : dist/
@@ -100,7 +100,7 @@ jobs:
100
100
with :
101
101
gerrit-refspec : ${{ inputs.GERRIT_REFSPEC }}
102
102
- name : Configure Python
103
- uses : actions/setup-python@v4
103
+ uses : actions/setup-python@v5
104
104
with :
105
105
python-version : ' 3.8'
106
106
- name : Run static analysis and format checkers
@@ -121,12 +121,12 @@ jobs:
121
121
gerrit-refspec : ${{ inputs.GERRIT_REFSPEC }}
122
122
delay : " 0s"
123
123
- name : Configure Python
124
- uses : actions/setup-python@v4
124
+ uses : actions/setup-python@v5
125
125
id : setup-python
126
126
with :
127
127
python-version : ${{ matrix.python }}
128
128
- name : Retrieve pre-built distribution files
129
- uses : actions/download-artifact@v3
129
+ uses : actions/download-artifact@v4
130
130
with : {name: python-distribution-files, path: dist/}
131
131
- name : Enable sar
132
132
run : |
@@ -150,7 +150,7 @@ jobs:
150
150
delay : " 0s"
151
151
fetch-depth : " 0"
152
152
- name : Configure Python
153
- uses : actions/setup-python@v4
153
+ uses : actions/setup-python@v5
154
154
id : setup-python
155
155
with :
156
156
python-version : " 3.8"
@@ -170,7 +170,7 @@ jobs:
170
170
delay : " 0s"
171
171
fetch-depth : " 0"
172
172
- name : Configure Python
173
- uses : actions/setup-python@v4
173
+ uses : actions/setup-python@v5
174
174
id : setup-python
175
175
with :
176
176
python-version : " 3.8"
@@ -189,7 +189,7 @@ jobs:
189
189
delay : " 0s"
190
190
fetch-depth : " 0"
191
191
- name : Configure Python
192
- uses : actions/setup-python@v4
192
+ uses : actions/setup-python@v5
193
193
id : setup-python
194
194
with :
195
195
python-version : " 3.8"
0 commit comments