From 957e8ff65c860e70c4789db0d2cb8c3b932d2533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:32:50 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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/on-push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 5664565..1612772 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: combined-environments path: ci @@ -111,7 +111,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: combined-environments path: ci @@ -229,7 +229,7 @@ jobs: id-token: write # IMPORTANT: this permission is mandatory for trusted publish steps: - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: distribution path: dist