Skip to content

Commit

Permalink
ci: Fix missing updates
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Apr 4, 2024
1 parent 7e6f4ae commit c86acf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c86acf1

Please sign in to comment.