From c8eba0b5a3a1c26a7ffcfad76a504068bb3e8c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:04:18 +0000 Subject: [PATCH] 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/nightly.yml | 2 +- .github/workflows/stable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 804c557..d9d5984 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -126,7 +126,7 @@ jobs: steps: - name: Download tags - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/tags pattern: tags-* diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 4260a6c..c78f9d2 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -151,7 +151,7 @@ jobs: - build steps: - name: Download tags - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/tags pattern: tags-*