From 2006ff482830979f92b8b78d4aab1eed21d30662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:56:33 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/cpp_releaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpp_releaser.yml b/.github/workflows/cpp_releaser.yml index 735c15a..479292d 100644 --- a/.github/workflows/cpp_releaser.yml +++ b/.github/workflows/cpp_releaser.yml @@ -108,12 +108,12 @@ jobs: id: get_version run: 'echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}' - name: Download Windows Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: 'PhotonBox-${GITHUB_REF/refs\/tags\//}-Windows' path: release/Windows - name: Download Linux Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: 'PhotonBox-${GITHUB_REF/refs\/tags\//}-Linux' path: release/Linux