diff --git a/.github/workflows/call-build-images.yaml b/.github/workflows/call-build-images.yaml index 69f4c443fd8..5e0cb1daca2 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@v5 + uses: actions/download-artifact@v6 with: pattern: production-digests-* path: /tmp/production-digests @@ -225,7 +225,7 @@ jobs: raw,latest-debug - name: Download debug digests - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 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 76bf9cb0e40..69d526ae6f8 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@v5 + uses: actions/download-artifact@v6 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 ababf6ffcbf..e1bcc614851 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@v5 + uses: actions/download-artifact@v6 with: pattern: windows-packages-* merge-multiple: true diff --git a/.github/workflows/cron-unstable-build.yaml b/.github/workflows/cron-unstable-build.yaml index 10fdad40cb5..a48999f45b8 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@v5 + uses: actions/download-artifact@v6 with: path: artifacts/ diff --git a/.github/workflows/pr-perf-test.yaml b/.github/workflows/pr-perf-test.yaml index 1c40abe1370..f5867840edb 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@v5 + - uses: actions/download-artifact@v6 - name: Upload plots to CML run: | diff --git a/.github/workflows/staging-build.yaml b/.github/workflows/staging-build.yaml index e82872045bb..f5d18013b51 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@v5 + uses: actions/download-artifact@v6 with: name: fluent-bit-schema-${{ needs.staging-build-get-meta.outputs.version }} path: artifacts/