diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index d0babdd..b7ce9b1 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -39,7 +39,7 @@ jobs: needs: test steps: - name: Restore all Coverage Reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 - name: Upload Coverage Report uses: codecov/codecov-action@v5 with: