diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index d28d2c1..30154ac 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -22,7 +22,7 @@ jobs:
           go-version: '^1.21.0'
       - name: Tests
         run: "go test -race -coverprofile='coverage.txt' -covermode=atomic -v ./gpg/"
-      - uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2
+      - uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
   static_analysis: