diff --git a/.github/workflows/integration_bugtracker.yml b/.github/workflows/integration_bugtracker.yml index 3ae6ae0208..9255d71aec 100644 --- a/.github/workflows/integration_bugtracker.yml +++ b/.github/workflows/integration_bugtracker.yml @@ -61,7 +61,7 @@ jobs: - name: Send coverage to codecov.io if: env.CODECOV_TOKEN - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4259a4ea74..fcc32af2ff 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -64,7 +64,7 @@ jobs: - name: Send coverage to codecov.io if: env.CODECOV_TOKEN - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -103,7 +103,7 @@ jobs: - name: Send coverage to codecov.io if: env.CODECOV_TOKEN - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -143,7 +143,7 @@ jobs: - name: Send coverage to codecov.io if: env.CODECOV_TOKEN - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -191,7 +191,7 @@ jobs: - name: Send coverage to codecov.io if: env.CODECOV_TOKEN - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -237,7 +237,7 @@ jobs: - name: Send coverage to codecov.io if: env.CODECOV_TOKEN - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: