From 5995af2531a843443d1176ba22ce05de76de64bd Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 19 Dec 2023 08:51:53 +0000
Subject: [PATCH] workflows: bump actions/download-artifact from 3 to 4 (#8303)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 .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 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/call-build-macos.yaml b/.github/workflows/call-build-macos.yaml
index c97ee83866d..4472ad96509 100644
--- a/.github/workflows/call-build-macos.yaml
+++ b/.github/workflows/call-build-macos.yaml
@@ -116,7 +116,7 @@ jobs:
 
       - name: Download all artefacts
         continue-on-error: true
-        uses: actions/download-artifact@v3
+        uses: actions/download-artifact@v4
         with:
           name: macos-packages
           path: artifacts/
diff --git a/.github/workflows/call-build-windows.yaml b/.github/workflows/call-build-windows.yaml
index 7adc229a7ac..0b5dec60e22 100644
--- a/.github/workflows/call-build-windows.yaml
+++ b/.github/workflows/call-build-windows.yaml
@@ -196,7 +196,7 @@ jobs:
 
       - name: Download all artefacts
         continue-on-error: true
-        uses: actions/download-artifact@v3
+        uses: actions/download-artifact@v4
         with:
           name: windows-packages
           path: artifacts/
diff --git a/.github/workflows/cron-unstable-build.yaml b/.github/workflows/cron-unstable-build.yaml
index 76fdb5ce658..ed43e90b4be 100644
--- a/.github/workflows/cron-unstable-build.yaml
+++ b/.github/workflows/cron-unstable-build.yaml
@@ -160,7 +160,7 @@ jobs:
 
       - name: Download all artefacts
         continue-on-error: true
-        uses: actions/download-artifact@v3
+        uses: actions/download-artifact@v4
         with:
           path: artifacts/
 
diff --git a/.github/workflows/pr-perf-test.yaml b/.github/workflows/pr-perf-test.yaml
index e94f1cbf31e..de50d7f3578 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@v3
+      - uses: actions/download-artifact@v4
 
       - name: Upload plots to CML
         run: |
diff --git a/.github/workflows/staging-build.yaml b/.github/workflows/staging-build.yaml
index 2bf6524fe56..442067af076 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@v3
+        uses: actions/download-artifact@v4
         with:
           name: fluent-bit-schema-${{ needs.staging-build-get-meta.outputs.version }}
           path: artifacts/