1
0
mirror of synced 2025-12-22 03:16:52 -05:00

bump version for upload-artifact and download-artifact code snippets (#25782)

This commit is contained in:
Jonathan Tamsut
2022-03-03 16:17:09 -08:00
committed by GitHub
parent 3c36b78864
commit d04e4046ae
19 changed files with 35 additions and 35 deletions

View File

@@ -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