From 8424a18adcb62cf3346a528f2fe7da4b98d735e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 07:23:43 +0000 Subject: [PATCH] ci(deps): 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/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..3091818 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@v5 with: pattern: binary-* path: artifacts/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f41b533..ab208b9 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@v5 with: pattern: release-* path: artifacts/ diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index eaf785f..e9d8188 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@v5 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@v5 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@v5 with: path: reports/