From 39333b7965f4ce0975153cf63e83ae8f57f09233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 19:05:09 +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/push_pull.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index bf89e1109..0bbd803b4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -82,7 +82,7 @@ jobs: - uses: actions/checkout@v5 - name: 💾 Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: artifact-* merge-multiple: true diff --git a/.github/workflows/push_pull.yml b/.github/workflows/push_pull.yml index 70f404031..2abe183df 100644 --- a/.github/workflows/push_pull.yml +++ b/.github/workflows/push_pull.yml @@ -70,7 +70,7 @@ jobs: echo "VERSION=$(tr -d '\n' < .version)" >> $GITHUB_ENV - name: 💾 Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: artifact-* path: all-artifacts