From 9063987aa4595bb71f6bd6c024a0c849e88450e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:46:06 +0000 Subject: [PATCH] chore(deps): Bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.0...v4.1.3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 42fe49793..3966fdc32 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -66,7 +66,7 @@ jobs: example-name: react-cra NODE_OPTIONS: --openssl-legacy-provider steps: - - uses: actions/download-artifact@v4.1.0 + - uses: actions/download-artifact@v4.1.3 with: name: build-output path: ./ @@ -99,7 +99,7 @@ jobs: example-name: angular NODE_OPTIONS: --openssl-legacy-provider steps: - - uses: actions/download-artifact@v4.1.0 + - uses: actions/download-artifact@v4.1.3 with: name: build-output path: ./ @@ -131,7 +131,7 @@ jobs: env: example-name: static-html steps: - - uses: actions/download-artifact@v4.1.0 + - uses: actions/download-artifact@v4.1.3 with: name: build-output path: ./