bump version for upload-artifact and download-artifact code snippets (#25782)
This commit is contained in:
@@ -513,7 +513,7 @@ const article: PlaygroundArticleT = {
|
||||
- name: Test with pytest
|
||||
run: pytest tests.py --doctest-modules --junitxml=junit/test-results-\${{ matrix.python-version }}.xml
|
||||
- name: Upload pytest test results
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pytest-results-\${{ matrix.python-version }}
|
||||
path: junit/test-results-\${{ matrix.python-version }}.xml
|
||||
|
||||
Reference in New Issue
Block a user