From f832823ebbb065583ee2509e9aea906e3a945209 Mon Sep 17 00:00:00 2001 From: "renovate-gsuquet[bot]" <173481049+renovate-gsuquet[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 10:17:47 +0000 Subject: [PATCH] fix(deps): update actions/download-artifact action to v4.3.0 | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | actions/download-artifact | v4.1.8 | v4.3.0 | Signed-off-by: Renovate Bot --- .github/workflows/deployment-s3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment-s3.yml b/.github/workflows/deployment-s3.yml index e17bac2..ebfcc48 100644 --- a/.github/workflows/deployment-s3.yml +++ b/.github/workflows/deployment-s3.yml @@ -48,7 +48,7 @@ jobs: - name: Download artifacts if: ${{ inputs.artifact_name }} - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: name: ${{ inputs.artifact_name }} path: ${{ inputs.files_path }}