diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index 400fde26..32382680 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -61,7 +61,7 @@ jobs: python -m pip install --upgrade pip pip install coverage - name: Download coverage reports from all runners - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: coverage-data - name: Combine coverage reports and generate Cobertura XML report