diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index d4cdf10369..ded8afbcd7 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -90,7 +90,7 @@ jobs: - name: Apt-Install Dependencies uses: ./.github/actions/apt-install-deps - name: Restore Test Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ${{ github.sha }}-tests - uses: lukka/get-cmake@latest