From 89888b99826fb6033583e38c127448b36f943203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 22:49:28 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact from 10 to 11 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 10 to 11. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/4c1e823582f43b179e2cbb49c3eade4e41f992e2...ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/resolve-pr-release-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/resolve-pr-release-versions.yml b/.github/workflows/resolve-pr-release-versions.yml index 3c44e7f4c..10747e5fc 100644 --- a/.github/workflows/resolve-pr-release-versions.yml +++ b/.github/workflows/resolve-pr-release-versions.yml @@ -23,7 +23,7 @@ jobs: with: node-version: '22.13.0' - name: Restore previous run data - uses: dawidd6/action-download-artifact@4c1e823582f43b179e2cbb49c3eade4e41f992e2 # v10 + uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11 with: name: resolved-pr-versions if_no_artifact_found: ignore