From a8088a0bf63e20cc8835c9d91b96391fbe13ab51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:00:26 +0000 Subject: [PATCH] ci(deps): bump dawidd6/action-download-artifact from 4 to 5 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 4 to 5. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/notify-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-coverage.yml b/.github/workflows/notify-coverage.yml index 0be0351d1..73a1a5790 100644 --- a/.github/workflows/notify-coverage.yml +++ b/.github/workflows/notify-coverage.yml @@ -18,7 +18,7 @@ jobs: should_notify: ${{ steps.get_coverage.outputs.should_notify }} steps: - name: Download commit sha of the most recent successful run - uses: dawidd6/action-download-artifact@v4 + uses: dawidd6/action-download-artifact@v5 with: # Downloads the artifact from the most recent successful run workflow: 'notify-coverage.yml'