From 2a10ca6043019f590ff34d37f1e16ae6e480ddc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:59:02 +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/ci-master.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index d33edd92b..540378cd7 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -48,7 +48,7 @@ jobs: TEST_LOG_ARTIFACT_DIR: test-logs steps: - name: Getting Source - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.SOURCE_ARTIFACT }} - name: Extract Archives @@ -85,7 +85,7 @@ jobs: ARTIFACT_DIR: windows-binaries steps: - name: Getting Source - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.SOURCE_ARTIFACT }} - name: Extract Archives @@ -126,7 +126,7 @@ jobs: # ARTIFACT_DIR: mac-binaries # steps: # - name: Getting Source - # uses: actions/download-artifact@v1 + # uses: actions/download-artifact@v4.1.7 # with: # name: ${{ env.SOURCE_ARTIFACT }} # - name: Extract Archives