diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 83ee0d91..81c56a2b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,7 @@ jobs: pipenv run coverage run manage.py test --exclude-tag=functional -v 2 pipenv run coverage xml - name: Codecov functional tests - uses: codecov/codecov-action@v5.3.1 + uses: codecov/codecov-action@v5.4.3 with: files: ./coverage.xml flags: unit @@ -76,7 +76,7 @@ jobs: pipenv run coverage run manage.py test --tag=functional -v 2 pipenv run coverage xml - name: Codecov functional tests - uses: codecov/codecov-action@v5.3.1 + uses: codecov/codecov-action@v5.4.3 with: files: ./coverage.xml flags: functional