From 9dbf4c07b87ddede4beeba4aad10ec952a52d200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:56:37 +0000 Subject: [PATCH] github-actions: bump dawidd6/action-download-artifact from 2 to 7 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 7. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v7) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_commenter_result.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_commenter_result.yml b/.github/workflows/pr_commenter_result.yml index fed54005..52db986a 100644 --- a/.github/workflows/pr_commenter_result.yml +++ b/.github/workflows/pr_commenter_result.yml @@ -14,7 +14,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' && github.event.workflow_run.conclusion == 'success' }} steps: - name: Download changes analysis - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: commit: ${{ github.event.workflow_run.head_sha }} workflow: ci_pr.yml @@ -62,7 +62,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' && github.event.workflow_run.conclusion == 'failure' }} steps: - name: Download failure reports - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: commit: ${{ github.event.workflow_run.head_sha }} workflow: ci_pr.yml