From e33a968e5cc40e380f473378d49b391eabc70dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:30:39 +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/webPreview.yaml | 2 +- .github/workflows/webProduction.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/webPreview.yaml b/.github/workflows/webPreview.yaml index 2552b69..0bbd7a9 100644 --- a/.github/workflows/webPreview.yaml +++ b/.github/workflows/webPreview.yaml @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download the build result from artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: web-build - name: Get the build result file content diff --git a/.github/workflows/webProduction.yaml b/.github/workflows/webProduction.yaml index 7934cd3..b0f2051 100644 --- a/.github/workflows/webProduction.yaml +++ b/.github/workflows/webProduction.yaml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download the build result from artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: web-build - name: Get the build result file content