From 8c0913c685ee9f68ac817b48a120b0b2be2a9f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:06:12 +0000 Subject: [PATCH] github-actions: bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/persistent-environment.yml | 4 ++-- .github/workflows/pr-env-deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/persistent-environment.yml b/.github/workflows/persistent-environment.yml index 3559e39dd..e66f1bbad 100644 --- a/.github/workflows/persistent-environment.yml +++ b/.github/workflows/persistent-environment.yml @@ -105,7 +105,7 @@ jobs: make truststore-pull-server ENV=${account} - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: build-artifacts path: dist @@ -164,7 +164,7 @@ jobs: poetry install --no-root - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: build-artifacts path: dist diff --git a/.github/workflows/pr-env-deploy.yml b/.github/workflows/pr-env-deploy.yml index 7a0f13128..2cf412933 100644 --- a/.github/workflows/pr-env-deploy.yml +++ b/.github/workflows/pr-env-deploy.yml @@ -130,7 +130,7 @@ jobs: role-session-name: github-actions-ci-${{ needs.set-environment-id.outputs.environment_id }} - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: build-artifacts path: dist