File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 git config core.autocrlf false
6666
6767 - name : Setup Python
68- uses : actions/setup-python@v4
68+ uses : actions/setup-python@v5
6969 with :
7070 python-version : " 3.10"
7171
Original file line number Diff line number Diff line change 2020 run : echo ::set-output name=value::${GITHUB_REF#refs/*/}
2121
2222 - name : Setup Python 3.8
23- uses : actions/setup-python@v4
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : ' 3.8'
2626
5151 name : built-artifacts
5252 path : dist/
5353
54- - uses : AButler/upload-release-assets@v3 .0
54+ - uses : AButler/upload-release-assets@v2 .0
5555 with :
5656 files : ' dist/*'
5757 repo-token : ${{ secrets.ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v4
1919
2020 - name : Setup Python 3.8
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : ' 3.8'
2424
5252 - uses : actions/checkout@v4
5353
5454 - name : Setup Python
55- uses : actions/setup-python@v4
55+ uses : actions/setup-python@v5
5656 with :
5757 python-version : " 3.10"
5858
You can’t perform that action at this time.
0 commit comments