diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index da7449a..e111d69 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -83,7 +83,7 @@ jobs: RUST_BACKTRACE: 1 RUST_LOG: debug - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.0.4 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Run compile test