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/