diff --git a/.github/workflows/call-build-macos.yaml b/.github/workflows/call-build-macos.yaml index d162b0e4b40..b73aa972659 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.1.7 with: name: macos-packages path: artifacts/ diff --git a/.github/workflows/call-build-windows.yaml b/.github/workflows/call-build-windows.yaml index 7f6aeaf1c4b..15cfa6c0c61 100644 --- a/.github/workflows/call-build-windows.yaml +++ b/.github/workflows/call-build-windows.yaml @@ -119,7 +119,7 @@ jobs: - name: Download all artefacts continue-on-error: true - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: windows-packages path: artifacts/ diff --git a/.github/workflows/cron-unstable-build.yaml b/.github/workflows/cron-unstable-build.yaml index 2e38862621e..8ce55bdee3d 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.1.7 with: path: artifacts/ diff --git a/.github/workflows/pr-perf-test.yaml b/.github/workflows/pr-perf-test.yaml index 52b73799471..d65f03ac966 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.1.7 - name: Upload plots to CML run: | diff --git a/.github/workflows/staging-build.yaml b/.github/workflows/staging-build.yaml index 3b40808f3e0..74706869819 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.1.7 with: name: fluent-bit-schema-${{ needs.staging-build-get-meta.outputs.version }} path: artifacts/