diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e6a7f83..52348fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: run: python3 -m pytest -x --cov=python_weather --cov-report term-missing --cov-report=xml --junitxml=junit.xml - name: Upload coverage results to Codecov if: ${{ github.event_name != 'pull_request' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./coverage.xml flags: python-${{ matrix.python-version }}