diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c86f023..c0ad432 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -93,7 +93,7 @@ jobs: env_vars: OS,PYTHON_VERSION,SQLALCHEMY_DATABASE_URL,SQLALCHEMY_POOL_CLASS - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON_VERSION,SQLALCHEMY_DATABASE_URL,SQLALCHEMY_POOL_CLASS diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 68c85e0..9c358ef 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -21,6 +21,6 @@ jobs: # otherwise, read permission is required at least pull-requests: write steps: - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}