Skip to content

Commit

Permalink
Update upload-artifact action to supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 12, 2024
1 parent 904f372 commit 10ef5eb
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 @@ -30,7 +30,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 10ef5eb

Please sign in to comment.