We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4307beb + 8671226 commit 534c744Copy full SHA for 534c744
.github/workflows/playwright.yaml
@@ -87,7 +87,7 @@ jobs:
87
run: |
88
py.test --cov=binderhub -s integration-tests/
89
90
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
91
if: always()
92
with:
93
name: playwright-traces
.github/workflows/publish.yml
@@ -125,7 +125,7 @@ jobs:
125
- name: Build a sdist, and a binary wheel from the sdist
126
run: python -mbuild .
127
# ref: https://github.com/actions/upload-artifact#readme
128
129
130
name: pypi-dist
131
path: "dist/*"
0 commit comments