diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6ece31b..b7cd190 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -40,7 +40,7 @@ jobs: needs: test steps: - name: Restore all Coverage Reports - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 - name: Upload Coverage Report uses: codecov/codecov-action@v5 with: