diff --git a/.github/workflows/call-build-macos.yaml b/.github/workflows/call-build-macos.yaml index 229d9c73ffd..f852d1b8624 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@v4 + uses: actions/download-artifact@v3 with: name: macos-packages path: artifacts/ diff --git a/.github/workflows/call-build-windows.yaml b/.github/workflows/call-build-windows.yaml index dac02a007ec..e26b0fb64dd 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@v4 + uses: actions/download-artifact@v3 with: name: windows-packages path: artifacts/ diff --git a/.github/workflows/cron-unstable-build.yaml b/.github/workflows/cron-unstable-build.yaml index ed43e90b4be..76fdb5ce658 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@v4 + uses: actions/download-artifact@v3 with: path: artifacts/ diff --git a/.github/workflows/pr-perf-test.yaml b/.github/workflows/pr-perf-test.yaml index de50d7f3578..e94f1cbf31e 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@v3 - name: Upload plots to CML run: | diff --git a/.github/workflows/staging-build.yaml b/.github/workflows/staging-build.yaml index 442067af076..2bf6524fe56 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@v3 with: name: fluent-bit-schema-${{ needs.staging-build-get-meta.outputs.version }} path: artifacts/