From 829843bb9b1c818065448644d797b23eb5d11b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:02:33 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c3c0b2..08ab728 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: steps: - uses: actions/checkout@master - name: Download view build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 if: matrix.package == 'web' with: name: view-build-artifacts @@ -140,7 +140,7 @@ jobs: needs: - build steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: serverbee-release path: release @@ -160,7 +160,7 @@ jobs: needs: - build steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 - uses: ncipollo/release-action@v1 with: artifacts: 'serverbee-*/*.zip'