diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04b1e93d..6336355a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: run: | weblate collectstatic --noinput coverage run `which weblate` test - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{secrets.CODECOV_TOKEN}} flags: unittests