diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe4f465..9827bd0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.toolchain == 'stable' - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: files: codecov.json token: ${{ secrets.CODECOV_TOKEN }}