diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b010cb..ceece7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: if: success() || failure() # run this step even if previous step failed - name: Upload - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.1.4 if: success() || failure() # run this step even if previous step failed with: token: ${{ secrets.CODECOV_TOKEN }}