Skip to content

Commit

Permalink
chore: updating codecov action version
Browse files Browse the repository at this point in the history
hopefully unlike the automated version, this will succeed

FIXES: APER-3802
  • Loading branch information
deborahgu committed Nov 26, 2024
1 parent a0defb4 commit b7de897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: i18n_extract
run: npm run i18n_extract
- name: Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit b7de897

Please sign in to comment.