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