We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc17ea commit ef10c04Copy full SHA for ef10c04
.github/workflows/run-tests.yml
@@ -388,7 +388,7 @@ jobs:
388
sudo df -h
389
390
- name: Download build artifact
391
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
392
with:
393
name: build-${{ matrix.distro-version }}-qt${{ matrix.qt-version }}.tgz
394
path: .
@@ -489,7 +489,7 @@ jobs:
489
DOCKER_IMAGE: ${{ steps.docker-build.outputs.FULL_IMAGE_NAME }}
490
491
492
493
494
495
0 commit comments