From 7d4464c35b0f804d40bd93eced728873e761aaee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:42:40 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact 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/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9d2cd9b..243cd07 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download deps cache artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: node_modules.tar.gz - name: Unzip node_modules @@ -68,7 +68,7 @@ jobs: with: node-version: "18.18.0" - name: Download deps cache artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: node_modules.tar.gz - name: Unzip node_modules