From c7361b1a6580016f53b6a07e5355397e34e7c631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:41:48 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact in /.github/workflows (#7333) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/write-prerelease-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/write-prerelease-comment.yml b/.github/workflows/write-prerelease-comment.yml index 7925c443d152..6b90e4c6d6fa 100644 --- a/.github/workflows/write-prerelease-comment.yml +++ b/.github/workflows/write-prerelease-comment.yml @@ -39,7 +39,7 @@ jobs: - name: "Download runtime versions" # Regular `actions/download-artifact` doesn't support downloading # artifacts from another workflow - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: run_id: ${{ github.event.workflow_run.id }} name: runtime-versions.md @@ -54,7 +54,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Download pre-release report" - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: run_id: ${{ github.event.workflow_run.id }} name: prerelease-report.md