diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d580007..ca617b9 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -78,7 +78,7 @@ jobs: - name: Install dependencies run: pip install -U -r requirements-coverage.txt - name: Download all coverage artifacts - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v5.0.0 - name: Combine Linux coverage results run: | coverage combine coverage-linux*/.coverage