diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa72225..ee47e9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: HUGGINGFACE_TOKEN: ${{ secrets.HUGGINGFACE_TOKEN }} run: just test-ci - name: Upload Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 # Check linting, formating, types, etc. lint: