File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 - name : Setup Python (BuildJet Runner)
5050 if : contains(matrix.runner, 'buildjet')
51- uses : gabrielfalcao/pyenv-action@v17
51+ uses : gabrielfalcao/pyenv-action@v18
5252 with :
5353 default : ' 3.11.4'
5454
@@ -170,13 +170,13 @@ jobs:
170170 rm -r localstack
171171
172172 - name : Upload binary artifacts
173- uses : actions/upload-artifact@v3
173+ uses : actions/upload-artifact@v4
174174 with :
175175 name : ${{github.event.repository.name}}-${{steps.cli_version.outputs.cli_version}}-${{ matrix.os }}-${{ matrix.arch }}-onefile
176176 path : ' dist-bin/*'
177177
178178 - name : Upload folder artifacts
179- uses : actions/upload-artifact@v3
179+ uses : actions/upload-artifact@v4
180180 with :
181181 name : ${{github.event.repository.name}}-${{steps.cli_version.outputs.cli_version}}-${{ matrix.os }}-${{ matrix.arch }}
182182 path : ' dist-dir/*'
@@ -190,7 +190,7 @@ jobs:
190190 contents : write
191191 steps :
192192 - name : Download Builds
193- uses : actions/download-artifact@v3
193+ uses : actions/download-artifact@v4
194194 with :
195195 path : builds
196196
You can’t perform that action at this time.
0 commit comments