diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8856f49..559ac96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: pnpm test - name: Code Coverage 📊 - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.5.2 with: token: ${{ secrets.CODECOV_TOKEN }} slug: pantajoe/bytes