From 3f97d81295769aca700020ec5f33c84a7dfbd687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:23:36 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 21 to 24 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 21 to 24. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v21...v24) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '24' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/comment-on-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comment-on-pr.yml b/.github/workflows/comment-on-pr.yml index 03c539f..5b53a39 100644 --- a/.github/workflows/comment-on-pr.yml +++ b/.github/workflows/comment-on-pr.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Get the PR Number artifact - uses: dawidd6/action-download-artifact@v21 + uses: dawidd6/action-download-artifact@v24 with: workflow: ${{ github.event.workflow_run.workflow_id }} workflow_conclusion: "" @@ -27,7 +27,7 @@ jobs: - name: Confirm the PR Number (Debugging) run: echo $PR_NUMBER - name: Get the code coverage results file - uses: dawidd6/action-download-artifact@v21 + uses: dawidd6/action-download-artifact@v24 with: workflow: ${{ github.event.workflow_run.workflow_id }} workflow_conclusion: ""