From 4caf69f60840654f99f994d1b94a6b4bfb0ebd06 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 23 May 2024 07:06:41 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4.4.1 Signed-off-by: Mend Renovate --- .github/workflows/operator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/operator.yml b/.github/workflows/operator.yml index 501a950f8..66c127e15 100644 --- a/.github/workflows/operator.yml +++ b/.github/workflows/operator.yml @@ -150,7 +150,7 @@ jobs: run: make test - name: Upload test coverage - uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0 + uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cover.out