From 3e5e8f6fa9987fe77c0746fdcd4f45d9cead2f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:42:59 +0200 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows (#152) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/plugin_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugin_release.yml b/.github/workflows/plugin_release.yml index 34c0c6f7..7a58935b 100644 --- a/.github/workflows/plugin_release.yml +++ b/.github/workflows/plugin_release.yml @@ -111,7 +111,7 @@ jobs: sha: context.sha }) - name: 'Download packaged build' - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.7 with: name: package path: artifacts @@ -149,7 +149,7 @@ jobs: ref: main path: d17repo - name: Downlaod Manifest - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.7 with: name: manifest path: artifacts