From fd33a1158e706ac79ec57c0eed88011cb1e5c8e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 10:41:11 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 3 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...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/ci.yml | 4 ++-- .github/workflows/issue-notifier.yml | 2 +- .github/workflows/pr-notifier.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d1a0df2ba..b86efc3c72b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -797,7 +797,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download reports' artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: downloaded_artifacts @@ -882,7 +882,7 @@ jobs: type: [ sol, all ] steps: - name: Download reports' artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: downloaded_artifacts diff --git a/.github/workflows/issue-notifier.yml b/.github/workflows/issue-notifier.yml index 98d28ba4273..f447973f44b 100644 --- a/.github/workflows/issue-notifier.yml +++ b/.github/workflows/issue-notifier.yml @@ -61,7 +61,7 @@ jobs: needs: fetch-issues steps: - name: Load outputs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v5 with: name: outputs path: outputs diff --git a/.github/workflows/pr-notifier.yml b/.github/workflows/pr-notifier.yml index 1d37ea02067..6beeaac7e88 100644 --- a/.github/workflows/pr-notifier.yml +++ b/.github/workflows/pr-notifier.yml @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Load outputs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v5 with: name: outputs path: outputs