From d999ba2b5d8cbacbd5ada51c38453d9eeeb5347a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:49:31 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 4 to 6 in /.github/workflows Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 4 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/handler.publish-pr-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/handler.publish-pr-packages.yml b/.github/workflows/handler.publish-pr-packages.yml index 6ea3d23b94..72513e6e32 100644 --- a/.github/workflows/handler.publish-pr-packages.yml +++ b/.github/workflows/handler.publish-pr-packages.yml @@ -39,7 +39,7 @@ jobs: - name: Download artifact continue-on-error: true id: download_artifact - uses: dawidd6/action-download-artifact@v4 + uses: dawidd6/action-download-artifact@v6 with: workflow: ${{ github.event.workflow_run.workflow_id }} workflow_conclusion: success