File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 - uses : actions/setup-node@master
1212 with :
1313 node-version : " 24.x"
14- - name : Set up Python 3.8
15- uses : actions/setup-python@v1
14+ - name : Set up Python
15+ uses : actions/setup-python@v5
1616 with :
17- python-version : 3.8
17+ python-version : 3.13
1818 - name : Ubuntu dependencies
1919 run : sudo apt-get install libgtk-3-dev
2020
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v5
2222 with :
2323 ref : ${{ github.ref }}
2424
4242 path : ${{github.event.release.tag_name}}-linux-${{ matrix.arch }}.tar.gz
4343
4444 - name : Upload release binaries
45- uses : alexellis/upload-assets@0.2.2
45+ uses : alexellis/upload-assets@0.4.0
4646 env :
4747 GITHUB_TOKEN : ${{ github.token }}
4848 with :
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 - uses : actions/setup-node@master
1212 with :
1313 node-version : ' 24.x'
14- - name : Set up Python 3.8
15- uses : actions/setup-python@v1
14+ - name : Set up Python
15+ uses : actions/setup-python@v5
1616 with :
17- python-version : 3.8
18- - uses : actions/checkout@v2
17+ python-version : 3.13
18+ - uses : actions/checkout@v5
1919 with :
2020 ref : ${{ github.ref }}
2121
4141 path : ${{github.event.release.tag_name}}-darwin-${{ matrix.arch }}.tar.gz
4242
4343 - name : Upload release binaries
44- uses : alexellis/upload-assets@0.2.2
44+ uses : alexellis/upload-assets@0.4.0
4545 env :
4646 GITHUB_TOKEN : ${{ github.token }}
4747 with :
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 with :
1313 node-version : " 24.x"
1414 - name : Set up Python
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@v5
1616 with :
17- python-version : 3.8
17+ python-version : 3.13
1818 - name : " Setup NASM for windows"
1919 uses : ilammy/setup-nasm@v1
2020
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v5
2222 with :
2323 ref : ${{ github.ref }}
2424
4444 path : ${{github.event.release.tag_name}}-win32-${{ matrix.arch }}.tar.gz
4545
4646 - name : Upload release binaries
47- uses : alexellis/upload-assets@0.2.2
47+ uses : alexellis/upload-assets@0.4.0
4848 env :
4949 GITHUB_TOKEN : ${{ github.token }}
5050 with :
You can’t perform that action at this time.
0 commit comments