diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d9087f6..414ac5a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -121,7 +121,7 @@ jobs: if: ${{ matrix.label == 'full' }} - name: Codecov submission of fast test results - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: verbose: true token: ${{ secrets.CODECOV_TOKEN }}