We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94822a5 + 58ca962 commit 2b8a32bCopy full SHA for 2b8a32b
1 file changed
.github/workflows/test.yaml
@@ -56,7 +56,7 @@ jobs:
56
run: pyproject-build
57
58
- name: Upload built artifacts
59
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
60
with:
61
name: dist-${{ github.run_attempt }}
62
path: ./dist
@@ -179,7 +179,7 @@ jobs:
179
180
- name: Upload test reports
181
if: always()
182
183
184
name: |-
185
tests-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pip-extras }}-${{ (matrix.pip-install-constraints != '' && 'oldest-') || '' }}${{ github.run_attempt }}
0 commit comments