diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 266092d..2fcb972 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -262,7 +262,7 @@ jobs: run: python -m coverage html if: ${{ failure() && steps.combinecoverage.outcome == 'failure' }} - name: Upload HTML report. - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v4 with: name: _html-report path: htmlcov diff --git a/src/tongsuopy/__about__.py b/src/tongsuopy/__about__.py index b19731f..4a47d97 100644 --- a/src/tongsuopy/__about__.py +++ b/src/tongsuopy/__about__.py @@ -8,7 +8,7 @@ "__copyright__", ] -__version__ = "1.0.1" +__version__ = "1.0.2" __author__ = "The Tongsuo Project Authors" -__copyright__ = f"Copyright 2023-2024 {__author__}. All Rights Reserved." +__copyright__ = f"Copyright 2023-2025 {__author__}. All Rights Reserved."