From d0682cd5c889595b6c7637ab29a67ad3e28a8862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:38:02 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact in /.github/workflows Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test-install-deb.yml | 2 +- .github/workflows/test-install-rpm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-install-deb.yml b/.github/workflows/test-install-deb.yml index 8ce9a46921..dad0a2c504 100644 --- a/.github/workflows/test-install-deb.yml +++ b/.github/workflows/test-install-deb.yml @@ -75,7 +75,7 @@ jobs: if: steps.changes.outputs.deb_packages == 'true' || (steps.changes.outputs.deb_images_agent_i386 == 'true' && matrix.ARCHITECTURE == 'i386') || (steps.changes.outputs.deb_images_amd64 == 'true' && matrix.ARCHITECTURE == 'amd64') id: download-artifact continue-on-error: true - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: workflow: build-deb-packages.yml workflow_conclusion: success diff --git a/.github/workflows/test-install-rpm.yml b/.github/workflows/test-install-rpm.yml index 58f3d56f76..54f09ed6d7 100644 --- a/.github/workflows/test-install-rpm.yml +++ b/.github/workflows/test-install-rpm.yml @@ -84,7 +84,7 @@ jobs: if : steps.changes.outputs.rpm_packages == 'true' || (steps.changes.outputs.rpm_images_agent_i386 == 'true' && matrix.ARCHITECTURE == 'i386') || (steps.changes.outputs.rpm_images_x86_64 == 'true' && matrix.ARCHITECTURE == 'x86_64') id: download-artifact continue-on-error: true - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: workflow: build-rpm-packages.yml workflow_conclusion: success