File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ jobs:
1414 os : " macos-11"
1515 runs-on : ${{ matrix.os }}
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818
19- - uses : actions/setup-node@v3
19+ - uses : actions/setup-node@v4
2020 with :
2121 node-version : 20.11.1
2222 check-latest : true
2323 cache : ' npm'
2424
2525 # Due to https://github.com/nodejs/node-gyp/issues/2869, node-gyp fails
2626 # in latest GH runners, due to Python 3.12 incompatibility:
27- - uses : actions/setup-python@v4
27+ - uses : actions/setup-python@v5
2828 with :
2929 python-version : ' 3.11'
3030
5050 WIN_CSC_LINK : ${{ secrets.WIN_CSC_LINK }}
5151 WIN_CSC_KEY_PASSWORD : ${{ secrets.WIN_CSC_KEY_PASSWORD }}
5252
53- - uses : actions/upload-artifact@v3
53+ - uses : actions/upload-artifact@v4
5454 with :
5555 name : ${{ matrix.platform }}-distributables
5656 path : dist/HttpToolkit-*
6262 needs : build
6363 steps :
6464 - name : Get all distributables
65- uses : actions/download-artifact@v3
65+ uses : actions/download-artifact@v4
6666
6767 - name : Create Release
6868 id : create_release
You can’t perform that action at this time.
0 commit comments