From 3a493cee956be6fec6c8fd32f253d07e73031413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:42:35 +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/ci.yml | 2 +- .github/workflows/deploy-demo-and-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0888789..f881f869 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,7 +181,7 @@ jobs: - name: Install Dependencies run: yarn install --frozen-lockfile - name: Download coverage report parts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: coverage - name: Combine coverage report parts diff --git a/.github/workflows/deploy-demo-and-docs.yml b/.github/workflows/deploy-demo-and-docs.yml index 3916c275..a77f2dcb 100644 --- a/.github/workflows/deploy-demo-and-docs.yml +++ b/.github/workflows/deploy-demo-and-docs.yml @@ -52,7 +52,7 @@ jobs: - name: Install Dependencies run: yarn install --frozen-lockfile - name: Download builds - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: builds - name: Prepare builds