diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bbdf06be0..8fb20c2b3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: python -m pytest --cov=maestral --cov-report=xml tests/offline - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage.xml flags: pytest @@ -113,7 +113,7 @@ jobs: pytest -v --cov=maestral --cov-report=xml tests/linked/unit - name: Upload Code Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage.xml flags: pytest @@ -186,7 +186,7 @@ jobs: pytest --verbose --cov=maestral --cov-report=xml tests/linked/integration --fs-observer ${{ matrix.observer }} - name: Upload Code Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage.xml flags: pytest