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 @@ -13,15 +13,15 @@ jobs:
1313 env :
1414 ARCH : " universal2"
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717 with :
1818 submodules : recursive
19- - uses : actions/setup-python@v2
19+ - uses : actions/setup-python@v5
2020 with :
2121 python-version : 3.9
2222 - name : Build library
2323 run : ./build.sh
24- - uses : actions/upload-artifact@v2
24+ - uses : actions/upload-artifact@v4
2525 with :
2626 name : libskia-mac
2727 path : dist/*.zip
4242 arch : arm64
4343 docker_image : " dockcross/manylinux2014-aarch64"
4444 steps :
45- - uses : actions/checkout@v2
45+ - uses : actions/checkout@v4
4646 with :
4747 submodules : recursive
4848 - name : Sync skia deps outside container
5353 run : docker pull "${MANYLINUX_DOCKER_IMAGE}"
5454 - name : Build library inside manylinux container
5555 run : docker run --rm -v "${GITHUB_WORKSPACE}":/_w -w /_w -e BUILD_SKIA_OPTIONS="${BUILD_SKIA_OPTIONS}" -e PYTHON_EXE=/opt/python/cp39-cp39/bin/python -e GN_EXE="/_w/bin/linux64/gn" -e ARCH="${ARCH}" "${MANYLINUX_DOCKER_IMAGE}" ./build.sh
56- - uses : actions/upload-artifact@v2
56+ - uses : actions/upload-artifact@v4
5757 with :
5858 name : libskia-linux-${{ matrix.arch }}
5959 path : dist/*.zip
You can’t perform that action at this time.
0 commit comments