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:
14
14
os : " macos-11"
15
15
runs-on : ${{ matrix.os }}
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
19
- - uses : actions/setup-node@v3
19
+ - uses : actions/setup-node@v4
20
20
with :
21
21
node-version : 20.11.1
22
22
check-latest : true
23
23
cache : ' npm'
24
24
25
25
# Due to https://github.com/nodejs/node-gyp/issues/2869, node-gyp fails
26
26
# in latest GH runners, due to Python 3.12 incompatibility:
27
- - uses : actions/setup-python@v4
27
+ - uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ' 3.11'
30
30
50
50
WIN_CSC_LINK : ${{ secrets.WIN_CSC_LINK }}
51
51
WIN_CSC_KEY_PASSWORD : ${{ secrets.WIN_CSC_KEY_PASSWORD }}
52
52
53
- - uses : actions/upload-artifact@v3
53
+ - uses : actions/upload-artifact@v4
54
54
with :
55
55
name : ${{ matrix.platform }}-distributables
56
56
path : dist/HttpToolkit-*
62
62
needs : build
63
63
steps :
64
64
- name : Get all distributables
65
- uses : actions/download-artifact@v3
65
+ uses : actions/download-artifact@v4
66
66
67
67
- name : Create Release
68
68
id : create_release
You can’t perform that action at this time.
0 commit comments