diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ee3c00..d00e880 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: run: pytest --cov=crossfire --cov-report=xml -v - name: Upload coverage to Codecov if: matrix.python-version == '3.12' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: coverage.xml token: ${{ secrets.CODECOV_TOKEN }}