File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Dump upload url to file
1717 run : echo '${{ steps.get_release.outputs.upload_url }}' > upload_url
1818 - name : Upload upload_url
19- uses : actions/upload-artifact@v3
19+ uses : actions/upload-artifact@v4
2020 with :
2121 name : upload_url
2222 path : upload_url
3131# 'linux-x64',
3232 ]
3333 pair : [
34- ' python:3.7' ,
34+ # 'python:3.7',
3535 ' python:3.9' ,
3636 ]
3737 include :
4141 host-os : ' ubuntu-latest'
4242# - platform: 'linux-x64'
4343# host-os: 'ubuntu-latest'
44- - pair : ' python:3.7'
45- language : ' python'
46- version : ' 3.7'
44+ # - pair: 'python:3.7'
45+ # language: 'python'
46+ # version: '3.7'
4747 - pair : ' python:3.9'
4848 language : ' python'
4949 version : ' 3.9'
5252
5353 steps :
5454 - name : Download upload_url
55- uses : actions/download-artifact@v3
55+ uses : actions/download-artifact@v4
5656 with :
5757 name : upload_url
5858 path : upload_url
You can’t perform that action at this time.
0 commit comments