From fe75ee1da0f4dad0bfcb85052b2d0a90fe8f1af9 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Mon, 9 Dec 2024 13:18:00 -0500 Subject: [PATCH] fix release --- .github/workflows/tests.yml | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 02feebc..b2ca37f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: run: coverage run -m pytest -s --cov tmdbapis --cov-report xml tests/test* - name: Codecov coverage reports - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml diff --git a/VERSION b/VERSION index 8060c02..cba64f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.25 +1.2.26