We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d577256 + d318bf0 commit 3ba860fCopy full SHA for 3ba860f
1 file changed
.github/workflows/build.yaml
@@ -55,7 +55,7 @@ jobs:
55
run: make coverage
56
57
- name: Upload test results (Python)
58
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
59
with:
60
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
61
path: junit.xml
@@ -73,7 +73,7 @@ jobs:
73
- name: Make dist
74
run: make dist
75
76
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
77
78
name: dist-${{matrix.os}}
79
path: dist
0 commit comments