From a456a394d70640a18dfe5d751c8de6e638da5970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:25:41 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact in /.github/workflows Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 10 to 11. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v10...v11) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '11' 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 16a47e3ab02..294c9b654d9 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@v10 + uses: dawidd6/action-download-artifact@v11 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@v10 + uses: dawidd6/action-download-artifact@v11 with: name: bin_diff_result run_id: ${{ github.event.workflow_run.id }}