From 245b057b2a6f960d6b53b88b3576a40c2474bac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 05:03:52 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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 | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 51ce51b542..6c27a1ab4c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -279,7 +279,7 @@ jobs: - name: Download Artifacts id: download_windows_artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: ${{ github.workspace }} pattern: fpm-*-windows-*-gcc-${{ matrix.gcc_v }}.exe @@ -396,7 +396,7 @@ jobs: if: ${{ github.event_name == 'push' }} - name: Download Artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: fpm-cd-artifacts pattern: 'fpm-*-gcc-12*' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85fc843394..7489c0c0ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,7 +128,7 @@ jobs: if: ${{ github.event_name == 'push' }} - name: Download Artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: fpm-cd-artifacts merge-multiple: true