We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0377109 + 294800d commit 0c38ac8Copy full SHA for 0c38ac8
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@v6
+ uses: actions/upload-artifact@v7
59
with:
60
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
61
path: junit.xml
@@ -74,7 +74,7 @@ jobs:
74
- name: Make dist
75
run: make dist
76
77
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
78
79
name: dist-${{matrix.os}}
80
path: dist
0 commit comments