diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8284dd..87eae74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: steps: - name: Fetch code coverage report - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.7 with: { name: code-coverage-report } - name: Send code coverage report to Codecov uses: codecov/codecov-action@v3.1.4