From c365c6d4aedeef205f35f4869515a72bdaf3f1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:03:25 +0200 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#43) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56fde8e..ae49b39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: submodules: true - name: Download elm-mdc - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: elm-mdc @@ -79,7 +79,7 @@ jobs: submodules: true - name: Download static assets - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: static-assets path: static