diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d55116..cbf57a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: with: { fetch-depth: 0 } - name: Fetch code coverage report - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.7 with: { name: code-coverage-report } - name: Send code coverage report to Codecov (codecov.io) uses: codecov/codecov-action@v3.1.4