From c8924deea10ba13007a0d762c119f4cc0da5dc7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 06:16:43 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.2.1 to 4.3.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/95815c38cf2ff2164869cbab79da8d1f422bc89e...d3f86a106a0bac45b974a628896c90dbdf5c8093) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Build and test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build and test.yml b/.github/workflows/Build and test.yml index e7f003ce9f..5e00875c85 100644 --- a/.github/workflows/Build and test.yml +++ b/.github/workflows/Build and test.yml @@ -62,12 +62,12 @@ jobs: with: node-version: ${{ matrix.node-version }} - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # master + - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # master with: name: dist path: dist/ - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # master + - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # master with: name: node_modules path: ./ @@ -88,7 +88,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # master + - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # master with: name: dist path: dist/