diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a706e1..11cb904 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: Test run: cargo llvm-cov --workspace --exclude app --lcov --output-path lcov.info --all-features - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: lcov.info