From 0c95725a03b2b797bed3ab243cf219cc0f440a8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:04:53 +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/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 36332b1b..f408ff67 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -156,7 +156,7 @@ jobs: # - name: try to download artifact from this phase - if works, skip this phase build (retrying the build) # continue-on-error: true - # uses: actions/download-artifact@v2 + # uses: actions/download-artifact@v4.1.7 # with: # name: ${{ env.STUDIO }}-${{ github.ref_name }}-${{ env.NEXT_MATRIX_NAME }}-${{ github.sha }}.tar.gz # @@ -231,7 +231,7 @@ jobs: # this allows us to continue building the libs folder during the whole workflow. # ================================================================================================================ - name: download artifact from previous run 1/2 - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 # if: ${{ env.DO_DOWNLOAD_ARTIFACT }} == '1' if: matrix.name != 'phase1' continue-on-error: true @@ -240,7 +240,7 @@ jobs: # name: ${{ env.STUDIO }}-${{ github.ref_name }}-${{ github.sha }}.tar.gz - name: download artifact from previous run 2/2 - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 # if: ${{ env.DO_DOWNLOAD_ARTIFACT }} == '1' if: matrix.name != 'phase1' continue-on-error: true