From 7fdf06b55aabd7e18ed38bdd9006e0028fdec2fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:33:12 +0000 Subject: [PATCH] ci(deps): bump dawidd6/action-download-artifact from 3 to 4 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 4. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v4) --- 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 fe2b2985c..0be0351d1 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@v3 + uses: dawidd6/action-download-artifact@v4 with: # Downloads the artifact from the most recent successful run workflow: 'notify-coverage.yml'