From 3bd9da61db9051187b0def886ece4161d5a95806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:04:12 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 9 to 10 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 9 to 10. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v9...v10) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- .github/workflows/test-results.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19c7aec86..92e7e15c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: if: github.event.workflow_run.conclusion == 'success' steps: - name: Download Release Info - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v10 with: run_id: ${{ github.event.workflow_run.id }} name: release-info @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download and Extract Artifacts from build - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v10 with: run_id: ${{ github.event.workflow_run.id }} name: Signed diff --git a/.github/workflows/test-results.yml b/.github/workflows/test-results.yml index 23f12a6e8..72caef7ef 100644 --- a/.github/workflows/test-results.yml +++ b/.github/workflows/test-results.yml @@ -22,7 +22,7 @@ jobs: steps: # Need to download from the associated workflow - name: Download and Extract Artifacts from build - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v10 with: run_id: ${{ github.event.workflow_run.id }} path: artifacts