From df373459dbbaaa6818820a0dd4dbb69daef68593 Mon Sep 17 00:00:00 2001 From: Fred C <42280769+hypsug0@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:35:22 +0100 Subject: [PATCH] update tester.yml --- .github/workflows/tester.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index b36a272..c5f90c9 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -76,6 +76,7 @@ jobs: run: pytest tests/qgis/ - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: lpoaura/PluginQGis-LPOData