We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354197e commit 9158cbdCopy full SHA for 9158cbd
cppjswasm/.github/workflows/build.yaml.jinja
@@ -91,7 +91,7 @@ jobs:
91
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
92
93
- name: Set up QEMU
94
- uses: docker/setup-qemu-action@v3
+ uses: docker/setup-qemu-action@v4
95
with:
96
platforms: all
97
if: runner.os == 'Linux' && runner.arch == 'X64'
0 commit comments