diff --git a/.github/workflows/rust-codecov.yml b/.github/workflows/rust-codecov.yml index 5259ced..f3d1a42 100644 --- a/.github/workflows/rust-codecov.yml +++ b/.github/workflows/rust-codecov.yml @@ -64,7 +64,7 @@ jobs: - name: Upload to codecov if: matrix.version == 'stable' && (github.ref == 'refs/heads/main' || github.event_name == 'push') - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: cobertura.xml \ No newline at end of file