From 9c01be3130eff0c194430a048d66dc6925c16b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:58:37 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact 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/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0e511221..2bf6feeb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: with: node-version: 16.x - name: Download template - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: cra-template-rb path: ../cra-template-rb # Put into the upper folder. create-react-app wants the current directory empty @@ -59,7 +59,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Download template - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: cra-template-rb path: ../cra-template-rb # Put into the upper folder. create-react-app wants the current directory empty