diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 63cf797..ea7ff15 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -50,7 +50,7 @@ jobs: retention-days: 1 - name: Send coverage - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.5.0 with: file: profile.out @@ -68,6 +68,6 @@ jobs: name: coverage - name: Send coverage - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.5.0 with: file: profile.out diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cbcddfb..51d73b9 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -50,7 +50,7 @@ jobs: run: make e2e_vault_test - name: Send coverage - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.5.0 with: file: profile.out @@ -90,7 +90,7 @@ jobs: run: make e2e_redis_test - name: Send coverage - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.5.0 with: file: profile.out @@ -136,7 +136,7 @@ jobs: run: make e2e_s3_test - name: Send coverage - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.5.0 with: file: profile.out @@ -170,6 +170,6 @@ jobs: run: make e2e_tg_io_test - name: Send coverage - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.5.0 with: file: profile.out \ No newline at end of file