diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 854ef195..934721df 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@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # ratchet:codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # ratchet:codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out