Skip to content

Commit

Permalink
Update upload-artifact automation to resolve automation failures
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 19, 2024
1 parent ece7c74 commit cb6c7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
pytest tests/test_tts.py --junitxml=tests/tts-test-results.xml
- name: Upload TTS test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.python-version }}
path: tests/tts-test-results.xml
Expand Down

0 comments on commit cb6c7ea

Please sign in to comment.