From 295e0ced835414ddc0d1633393f0d30dd5677d4c Mon Sep 17 00:00:00 2001 From: Max Rakitin Date: Thu, 1 Feb 2024 22:59:13 -0500 Subject: [PATCH] CI: update versions of actions --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc845f5..3f617c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.11.2 @@ -40,7 +40,7 @@ jobs: echo "EMSCRIPTEN_VERSION is $EMSCRIPTEN_VERSION" - name: Set up Emscripten - uses: mymindstorm/setup-emsdk@v12 + uses: mymindstorm/setup-emsdk@v14 with: version: ${{ env.EMSCRIPTEN_VERSION }} @@ -52,7 +52,8 @@ jobs: pyodide build ls -la - - uses: actions/upload-artifact@v3 + - name: Upload built artifacts + uses: actions/upload-artifact@v4 with: name: ${{ env.PACKAGE_NAME }} path: ${{ env.PACKAGE_NAME }}/dist/${{ env.PACKAGE_NAME }}-*.whl