diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57ba5581d..760ff1b03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: if: startsWith(matrix.os, 'ubuntu') with: directories: RecipesBase/src,RecipesPipeline/src,PlotsBase/src,src,GraphRecipes/src,StatsPlots/src,PlotThemes/src - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: startsWith(matrix.os, 'ubuntu') with: token: ${{ secrets.CODECOV_TOKEN }}