diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 43f23e0a64..0cae85189b 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -94,7 +94,7 @@ jobs: - name: Apt-Install Dependencies uses: ./.github/actions/apt-install-deps - name: Restore Test Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ github.sha }}-tests - uses: lukka/get-cmake@latest diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index 8285f61a98..d70b4c9200 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -31,7 +31,7 @@ jobs: lfs: 'true' - name: Download deps artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ${{ inputs.artifact-name }} path: ${{ inputs.artifact-path }}