We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea1d0bd + 03aef1f commit f718837Copy full SHA for f718837
1 file changed
.github/workflows/release.yaml
@@ -49,7 +49,7 @@ jobs:
49
steps:
50
- name: Set up QEMU for aarch64
51
if: matrix.buildplat[1] == 'manylinux_aarch64'
52
- uses: docker/setup-qemu-action@v3
+ uses: docker/setup-qemu-action@v4
53
with:
54
platforms: arm64
55
0 commit comments