From 9254f7d6c77dc3a4dc56a7805c177eeadf98e7b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:03:27 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact from 3.1.4 to 6 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.1.4 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/09f2f74827fd3a8607589e5ad7f9398816f540fe...bf251b5aa9c2f7eeb574a96ee720e24f801b7c11) --- 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/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 9416db119..93615d362 100644 --- a/.github/workflows/resolve-pr-release-versions.yml +++ b/.github/workflows/resolve-pr-release-versions.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Restore previous run data - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 with: name: resolved-pr-versions if_no_artifact_found: ignore