Skip to content

Commit

Permalink
update codecov artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
RgnDunes committed Oct 16, 2024
1 parent 77abb4b commit 28f375f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/i18nify-js-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
working-directory: packages/i18nify-js
run: yarn test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
verbose: true
- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Unit Test Results
path: src/coverage/**/*.xml
Expand Down

0 comments on commit 28f375f

Please sign in to comment.