Skip to content

Commit ef10c04

Browse files
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbc17ea commit ef10c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ jobs:
388388
sudo df -h
389389
390390
- name: Download build artifact
391-
uses: actions/download-artifact@v3
391+
uses: actions/download-artifact@v4
392392
with:
393393
name: build-${{ matrix.distro-version }}-qt${{ matrix.qt-version }}.tgz
394394
path: .
@@ -489,7 +489,7 @@ jobs:
489489
DOCKER_IMAGE: ${{ steps.docker-build.outputs.FULL_IMAGE_NAME }}
490490

491491
- name: Download build artifact
492-
uses: actions/download-artifact@v3
492+
uses: actions/download-artifact@v4
493493
with:
494494
name: build-${{ matrix.distro-version }}-qt${{ matrix.qt-version }}.tgz
495495
path: .

0 commit comments

Comments
 (0)