We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 678ee16 + e72b71a commit 661f6afCopy full SHA for 661f6af
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