diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9cecfcf3..d59b1cc1 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -51,7 +51,7 @@ jobs: - name: Install coverage run: pip install coverage - name: Download coverage artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: /tmp/coverage - name: Combine coverage data files