diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a5df252..b583e9e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: run: pnpm test:node - name: Envoyer couverure à Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 tests-navig: name: Tests sur navigateur @@ -59,7 +59,7 @@ jobs: run: pnpm test:navig - name: Envoyer couverure à Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 test-electron-principal: name: Tests sur Électron principal @@ -96,6 +96,6 @@ jobs: run: pnpm run test:électron-principal - name: Envoyer couverure à Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}