From 83eedd18832c1703226ebf415a35be45a8fb0410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:35:21 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 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/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d567c39..8de8656 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,15 +54,15 @@ jobs: binary: [unabto_tunnel] if: github.event_name == 'release' && success() steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: artifacts_ubuntu-22.04 path: linux - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: artifacts_windows-2022 path: windows - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: artifacts_macos-12 path: macos