There was an error while loading. Please reload this page.
2 parents c9edf84 + 264cdb2 commit 719705eCopy full SHA for 719705e
1 file changed
.github/workflows/build.yaml
@@ -60,7 +60,7 @@ jobs:
60
run: make coverage
61
62
- name: Upload test results (Python)
63
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
64
with:
65
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
66
path: junit.xml
@@ -79,7 +79,7 @@ jobs:
79
- name: Make dist
80
run: make dist
81
82
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
83
84
name: dist-${{matrix.os}}
85
path: dist
0 commit comments