From 054efaf788f184ea1ecb8af2cc9fdf567f17f98a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:10:34 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact Bumps the github-actions group with 1 update: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `dawidd6/action-download-artifact` from 6 to 7 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/publish_coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_coverage.yaml b/.github/workflows/publish_coverage.yaml index dea0b8d7ba..7f2c7c06f8 100644 --- a/.github/workflows/publish_coverage.yaml +++ b/.github/workflows/publish_coverage.yaml @@ -23,7 +23,7 @@ jobs: - run: | uv pip install --system smokeshow - - uses: dawidd6/action-download-artifact@v6 # nosemgrep + - uses: dawidd6/action-download-artifact@v7 # nosemgrep with: workflow: pr_tests.yaml workflow_conclusion: success