diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 118ff634..8529fc4a 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.2.0 + uses: actions/download-artifact@v4.2.1 - name: Combine Linux coverage results run: | coverage combine coverage-linux*/.coverage