diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 92f1b4bd..1275e7d1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: run: make coverage-out - name: Upload Code Coverage - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # ratchet:codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # ratchet:codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out