diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6a0f33..517ec7d 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@v5.0.0 + uses: actions/download-artifact@v6.0.0 with: { name: code-coverage-report } - name: Send code coverage report to Codecov (codecov.io) uses: codecov/codecov-action@v5.5.1