From 6fab6bf8eca1054dd6610debbb095d779297f9b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:20:18 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 9162c97..71d3c93 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -130,7 +130,7 @@ jobs: run: npm install --production - name: Download publish artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: publish-artifact path: lib @@ -212,7 +212,7 @@ jobs: node-version: "20" - name: Download publish artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: publish-artifact path: lib