Skip to content

Commit

Permalink
Update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent 650de8c commit e45af8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: pnpm test:node

- name: Envoyer couverure à Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

test-ipa-navig:
name: IPA sur le navigateur
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: pnpm test:navig

- name: Envoyer couverure à Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

test-ipa-electron-principal:
name: IPA sur Électron principal
Expand Down Expand Up @@ -107,4 +107,4 @@ jobs:
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- pnpm run test:électron-principal

- name: Envoyer couverure à Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit e45af8c

Please sign in to comment.