From 9d45717a0727e0f440e8e12308988628f85d505f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:07:16 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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..47dfb5b 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@v5 with: path: /tmp/tags pattern: tags-* diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 4260a6c..f91393f 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@v5 with: path: /tmp/tags pattern: tags-*