diff --git a/.github/workflows/analyze_test.yml b/.github/workflows/analyze_test.yml index 7ec8b3a..f61d7e6 100644 --- a/.github/workflows/analyze_test.yml +++ b/.github/workflows/analyze_test.yml @@ -47,13 +47,13 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.7 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Upload to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{secrets.CODECOV_TOKEN}} files: ./coverage/lcov.info fail_ci_if_error: true - verbose: true \ No newline at end of file + verbose: true