From d490ac21790096a862ab38c2fb7d622db2279c6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 06:11:58 +0000 Subject: [PATCH] workflows: 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/call-build-images.yaml | 4 ++-- .github/workflows/call-build-macos.yaml | 2 +- .github/workflows/call-build-windows.yaml | 2 +- .github/workflows/cron-unstable-build.yaml | 2 +- .github/workflows/pr-perf-test.yaml | 2 +- .github/workflows/staging-build.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/call-build-images.yaml b/.github/workflows/call-build-images.yaml index 2a9eb8d6356..25a2c83cc5c 100644 --- a/.github/workflows/call-build-images.yaml +++ b/.github/workflows/call-build-images.yaml @@ -173,7 +173,7 @@ jobs: raw,latest - name: Download production digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: production-digests-* path: /tmp/production-digests @@ -225,7 +225,7 @@ jobs: raw,latest-debug - name: Download debug digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: debug-digests-* path: /tmp/debug-digests diff --git a/.github/workflows/call-build-macos.yaml b/.github/workflows/call-build-macos.yaml index 48d83b1d876..101b3f8bc4b 100644 --- a/.github/workflows/call-build-macos.yaml +++ b/.github/workflows/call-build-macos.yaml @@ -139,7 +139,7 @@ jobs: - name: Download all artefacts continue-on-error: true - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: macos-packages on ${{ matrix.config.os }} path: artifacts/ diff --git a/.github/workflows/call-build-windows.yaml b/.github/workflows/call-build-windows.yaml index 0c826a4f363..b4600f0fd12 100644 --- a/.github/workflows/call-build-windows.yaml +++ b/.github/workflows/call-build-windows.yaml @@ -211,7 +211,7 @@ jobs: ref: master - name: Download all artefacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: windows-packages-* merge-multiple: true diff --git a/.github/workflows/cron-unstable-build.yaml b/.github/workflows/cron-unstable-build.yaml index 37835cbaf14..5e1bbb39283 100644 --- a/.github/workflows/cron-unstable-build.yaml +++ b/.github/workflows/cron-unstable-build.yaml @@ -173,7 +173,7 @@ jobs: - name: Download all artefacts continue-on-error: true - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: artifacts/ diff --git a/.github/workflows/pr-perf-test.yaml b/.github/workflows/pr-perf-test.yaml index de50d7f3578..6025d809cf7 100644 --- a/.github/workflows/pr-perf-test.yaml +++ b/.github/workflows/pr-perf-test.yaml @@ -32,7 +32,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 - name: Upload plots to CML run: | diff --git a/.github/workflows/staging-build.yaml b/.github/workflows/staging-build.yaml index a409dd337ac..0690ef5d446 100644 --- a/.github/workflows/staging-build.yaml +++ b/.github/workflows/staging-build.yaml @@ -94,7 +94,7 @@ jobs: - name: Download the schema generated by call-build-images # We may have no schema so ignore that failure continue-on-error: true - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: fluent-bit-schema-${{ needs.staging-build-get-meta.outputs.version }} path: artifacts/