From 6c3a0c454f927968a203b7523e4baa69a1fa1987 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:29:40 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.3.0 --- .github/workflows/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index d5305a5f..90cbc19b 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -125,7 +125,7 @@ jobs: script: | const { default: script } = await import('${{ github.workspace }}/.github/scripts/create-deployment.js') await script({github, context, core}) - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: # Name of the artifact to download. # If unspecified, all artifacts for the run are downloaded. @@ -213,7 +213,7 @@ jobs: script: | const { default: script } = await import('${{ github.workspace }}/.github/scripts/create-deployment.js') await script({github, context, core}) - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: # Name of the artifact to download. # If unspecified, all artifacts for the run are downloaded.