Skip to content

Commit 6ca2f08

Browse files
committed
build: bump github action/windows versions
1 parent 11e1bf6 commit 6ca2f08

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/wasm-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
submodules: true
1919

@@ -36,7 +36,7 @@ jobs:
3636

3737
- run: cd src/wasm_package && npm test
3838

39-
- uses: actions/upload-artifact@v3
39+
- uses: actions/upload-artifact@v4
4040
with:
4141
name: libwally-npm
4242
path: src/wasm_package/wallycore-*.tgz

.github/workflows/wheels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ubuntu-22.04, windows-2019, macos-14]
18+
os: [ubuntu-22.04, windows-2022, macos-14]
1919
env:
2020
CIBW_BEFORE_ALL_LINUX: ./tools/install_swig.sh
2121
CIBW_BEFORE_ALL_MACOS: brew install gnu-sed swig automake libtool
@@ -26,7 +26,7 @@ jobs:
2626
SWIG_PATH: "C:\\ProgramData\\chocolatey\\lib\\swig\\tools\\install\\swigwin-3.0.12"
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
with:
3131
submodules: true
3232
fetch-depth: 0
@@ -48,6 +48,6 @@ jobs:
4848
CIBW_ARCHS_LINUX: "x86_64 aarch64"
4949
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"
5050

51-
- uses: actions/upload-artifact@v2
51+
- uses: actions/upload-artifact@v4
5252
with:
5353
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)