Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5 (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 4983db4 commit 50dea89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: pnpm test:binaire

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

tests-processus:
name: Processus
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
run: pnpm test:processus

- name: Envoyer couverure à Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 50dea89

Please sign in to comment.