Skip to content

Commit

Permalink
Use the previous version to fix the missing library issue
Browse files Browse the repository at this point in the history
  • Loading branch information
namannimmo10 committed Aug 15, 2024
1 parent b58daf0 commit 6b85ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
coverage xml -o /home/runner/coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: /home/runner/coverage.xml
Expand Down

0 comments on commit 6b85ae8

Please sign in to comment.