We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe1942 commit 8741439Copy full SHA for 8741439
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
black --check tests 2>&1
61
62
- name: Upload pytest test results
63
- uses: actions/upload-artifact@master
+ uses: actions/upload-artifact@v4
64
with:
65
name: pytest-results-${{ matrix.python-version }}
66
path: junit/pytest-results-${{ matrix.python-version }}.xml
@@ -79,7 +79,7 @@ jobs:
79
if: matrix.python-version == 3.12
80
81
- name: Upload distribution package
82
83
84
name: dist
85
path: dist
0 commit comments