From 6005ba85d8eecaf7add4dcba78a7706b7278b3f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:12:20 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 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/mulle-sde-artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mulle-sde-artifacts.yml b/.github/workflows/mulle-sde-artifacts.yml index 979d1aa..e6d95d7 100644 --- a/.github/workflows/mulle-sde-artifacts.yml +++ b/.github/workflows/mulle-sde-artifacts.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Linux Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: artifact.Linux # actual file will be ${{ steps.executable.outputs.exepath }} though! @@ -60,7 +60,7 @@ jobs: mv ${{ github.workspace }}/${{ github.event.repository.name }} ${{ github.workspace }}/${{ github.event.repository.name }}.linux - name: Download macOS Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: artifact.macOS