From 5fb1be82814a6d5b3ccb7202d4c0d084d7b2df64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 05:36:10 +0000 Subject: [PATCH] ci(deps): 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/ci.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/security.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5990e6..d0a321b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -531,7 +531,7 @@ jobs: uses: actions/checkout@v4 - name: Download all binary artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: binary-* path: artifacts/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f41b533..9270c9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -308,7 +308,7 @@ jobs: fetch-depth: 0 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: release-* path: artifacts/ diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index eaf785f..f21d696 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -631,7 +631,7 @@ jobs: - name: Download security reports # Only download if artifacts were uploaded (schedule/dispatch) if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: security-reports-${{ github.run_id }} path: security-reports/ @@ -649,7 +649,7 @@ jobs: - name: Download dependency reports if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' continue-on-error: true - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: dependency-reports-${{ github.run_id }} path: dependency-reports/ @@ -1333,7 +1333,7 @@ jobs: if: always() steps: - name: Download all reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: reports/