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.
2 parents fd66319 + 0544301 commit a67701bCopy full SHA for a67701b
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
if: ${{ matrix.os == 'ubuntu-latest' }}
64
65
- name: Upload test results (Python)
66
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
67
with:
68
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
69
path: junit.xml
.github/workflows/publish.yml
@@ -35,11 +35,11 @@ jobs:
35
run: make dist-py
36
37
38
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
39
40
path: ./dist/*.tar.gz
41
42
43
44
45
path: ./dist/*.whl
0 commit comments