From bf58b7f0fd2445d81cc42e64a54eae06f16cdae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:22:31 +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/Build.yml | 4 ++-- .github/workflows/Vcpkg.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index ca7dbd3..893be5e 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -90,7 +90,7 @@ jobs: - name: Download macOS Artifact if: runner.os == 'macOS' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: CopyPlusPlus-macOS @@ -112,7 +112,7 @@ jobs: - name: Download Windows Artifact if: runner.os == 'Windows' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: CopyPlusPlus-win diff --git a/.github/workflows/Vcpkg.yml b/.github/workflows/Vcpkg.yml index a5508b1..266c1df 100644 --- a/.github/workflows/Vcpkg.yml +++ b/.github/workflows/Vcpkg.yml @@ -64,7 +64,7 @@ jobs: path: ${{github.workspace}}/build/CopyPlusPlus.dmg - name: Download a Build Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: CopyPlusPlus