From 8af2a52f285720a223ac6d8b02445b236da895d9 Mon Sep 17 00:00:00 2001 From: David Wilby <24752124+davidwilby@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:15:21 +0000 Subject: [PATCH] upgrade coveralls action to non-deprecated --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index adb65e8f..447305f7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Finish Coveralls - uses: coverallsapp/github-action@v1 + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.github_token }} - parallel-finished: true \ No newline at end of file + parallel-finished: true