File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-20.04
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
submodules : true
19
19
36
36
37
37
- run : cd src/wasm_package && npm test
38
38
39
- - uses : actions/upload-artifact@v3
39
+ - uses : actions/upload-artifact@v4
40
40
with :
41
41
name : libwally-npm
42
42
path : src/wasm_package/wallycore-*.tgz
Original file line number Diff line number Diff line change 15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
- os : [ubuntu-22.04, windows-2019 , macos-14]
18
+ os : [ubuntu-22.04, windows-2022 , macos-14]
19
19
env :
20
20
CIBW_BEFORE_ALL_LINUX : ./tools/install_swig.sh
21
21
CIBW_BEFORE_ALL_MACOS : brew install gnu-sed swig automake libtool
26
26
SWIG_PATH : " C:\\ ProgramData\\ chocolatey\\ lib\\ swig\\ tools\\ install\\ swigwin-3.0.12"
27
27
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
with :
31
31
submodules : true
32
32
fetch-depth : 0
48
48
CIBW_ARCHS_LINUX : " x86_64 aarch64"
49
49
CIBW_ARCHS_MACOS : " x86_64 arm64 universal2"
50
50
51
- - uses : actions/upload-artifact@v2
51
+ - uses : actions/upload-artifact@v4
52
52
with :
53
53
path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments