From 672dc32d94393d5af07f1d07b160bb090d829b31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:14:08 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact in /.github/workflows Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 19 to 20. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v19...v20) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '20' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dynamo_post_bin_diff.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dynamo_post_bin_diff.yml b/.github/workflows/dynamo_post_bin_diff.yml index 6c28d97de0d..5cf4979c906 100644 --- a/.github/workflows/dynamo_post_bin_diff.yml +++ b/.github/workflows/dynamo_post_bin_diff.yml @@ -17,13 +17,13 @@ jobs: if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' steps: - name: Download Pull Request Data - uses: dawidd6/action-download-artifact@v19 + uses: dawidd6/action-download-artifact@v20 with: name: pr_data run_id: ${{ github.event.workflow_run.id }} path: ${{ github.workspace }}/pr - name: Download Bin Diff Result - uses: dawidd6/action-download-artifact@v19 + uses: dawidd6/action-download-artifact@v20 with: name: bin_diff_result run_id: ${{ github.event.workflow_run.id }}