From 20bad404e68472586fed7aefc6a45d32448620a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:56:38 +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/submit_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submit_coverage.yml b/.github/workflows/submit_coverage.yml index 82305a5114..dde19254ee 100644 --- a/.github/workflows/submit_coverage.yml +++ b/.github/workflows/submit_coverage.yml @@ -16,7 +16,7 @@ jobs: if: github.event.workflow_run.conclusion == 'success' steps: - name: Download artifact - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v10 with: workflow: ${{ github.event.workflow_run.workflow_id }} workflow_conclusion: success