diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 68914f2..54b7d0a 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@v5.3.0 + uses: codecov/codecov-action@v5.3.1 with: file: profile.out @@ -68,6 +68,6 @@ jobs: name: coverage - name: Send coverage - uses: codecov/codecov-action@v5.3.0 + uses: codecov/codecov-action@v5.3.1 with: file: profile.out diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b9eea17..8806e6a 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@v5.3.0 + uses: codecov/codecov-action@v5.3.1 with: file: profile.out @@ -90,7 +90,7 @@ jobs: run: make e2e_redis_test - name: Send coverage - uses: codecov/codecov-action@v5.3.0 + uses: codecov/codecov-action@v5.3.1 with: file: profile.out @@ -136,7 +136,7 @@ jobs: run: make e2e_s3_test - name: Send coverage - uses: codecov/codecov-action@v5.3.0 + uses: codecov/codecov-action@v5.3.1 with: file: profile.out @@ -170,6 +170,6 @@ jobs: run: make e2e_tg_io_test - name: Send coverage - uses: codecov/codecov-action@v5.3.0 + uses: codecov/codecov-action@v5.3.1 with: file: profile.out \ No newline at end of file