From aa19ea2433d0fb843358f4c773f9c9fa40147b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:08:32 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4ac692880..cc9820a50 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,7 +58,7 @@ jobs: with: {fetch-depth: 0} - name: Download staged release notes - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: CHANGELOG.md @@ -74,7 +74,7 @@ jobs: draft: true - name: Download staged Cartographer artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: cartographer.yaml