diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29373489..c553bd6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -131,7 +131,7 @@ jobs: # for oci_container unit tests - name: Set up QEMU if: runner.os == 'Linux' - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Set up Xcode if: ${{ startsWith(matrix.os, 'macos-15') }} @@ -271,7 +271,7 @@ jobs: run: uv sync --no-dev --group test - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Run the emulation tests run: uv run --no-sync pytest --run-emulation ${{ matrix.arch }} test/test_emulation.py