From 6c471c10c282c240cbc8709fb11c41228131ead9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 05:47:26 +0000 Subject: [PATCH] ci(deps): bump dawidd6/action-download-artifact from 16 to 18 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 16 to 18. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v16...v18) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '18' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage-trend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-trend.yml b/.github/workflows/coverage-trend.yml index 86e7136..750ca33 100644 --- a/.github/workflows/coverage-trend.yml +++ b/.github/workflows/coverage-trend.yml @@ -23,7 +23,7 @@ jobs: # Downloads the artifact from the most recent successful run - name: Download commit sha of the most recent successful run continue-on-error: true - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v18 with: name: head-sha.txt if_no_artifact_found: ignore