diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index d32512d2d..8ba2f04f2 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -195,7 +195,7 @@ jobs: fetch-depth: 0 - name: Download Docker Image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: ${{ needs.build-docker-image.outputs.artifact_name }} @@ -240,7 +240,7 @@ jobs: fetch-depth: 0 - name: Download Docker Image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: ${{ inputs.docker_image_artifact_name }}