From c952486cf0ce48f1128beb7782787cae6a58accb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:48:21 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.2.1 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/95815c38cf2ff2164869cbab79da8d1f422bc89e...634f93cb2916e3fdff6788551b99b062d0335ce0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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..9573b13f75 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@634f93cb2916e3fdff6788551b99b062d0335ce0 # master with: name: dist path: dist/ - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # master + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 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@634f93cb2916e3fdff6788551b99b062d0335ce0 # master with: name: dist path: dist/