From c86acf1a3bcff0bae88ba43e085b953de9f60553 Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Thu, 4 Apr 2024 21:02:50 +0900 Subject: [PATCH] ci: Fix missing updates --- .github/workflows/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 6b348fd..44f9a95 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -56,7 +56,7 @@ jobs: python-version: '3.12' - name: Set up QEMU id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Show available platforms run: echo ${{ steps.qemu.outputs.platforms }} - name: Install dependencies @@ -89,7 +89,7 @@ jobs: dist/backend.ai_krunner_alpine-${PKGVER}-py3-none-${GLIBC_PTAG}.${MUSL_PTAG}.${MACOS_PTAG}.whl ls -lh dist - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: dist-${{ matrix.os }}-${{ matrix.pyver }}-${{ matrix.arch }} path: dist