diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index cf0d38d..6b0bd22 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -76,7 +76,7 @@ jobs: - name: Install dependencies run: pip install -U -r requirements-coverage.txt - name: Download all coverage artifacts - uses: actions/download-artifact@v4.1.2 + uses: actions/download-artifact@v4.1.4 - name: Combine Linux coverage results run: | coverage combine coverage-linux*/.coverage