Skip to content

Commit 534c744

Browse files
authored
Merge pull request #2065 from jupyterhub/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 4307beb + 8671226 commit 534c744

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: |
8888
py.test --cov=binderhub -s integration-tests/
8989
90-
- uses: actions/upload-artifact@v6
90+
- uses: actions/upload-artifact@v7
9191
if: always()
9292
with:
9393
name: playwright-traces

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Build a sdist, and a binary wheel from the sdist
126126
run: python -mbuild .
127127
# ref: https://github.com/actions/upload-artifact#readme
128-
- uses: actions/upload-artifact@v6
128+
- uses: actions/upload-artifact@v7
129129
with:
130130
name: pypi-dist
131131
path: "dist/*"

0 commit comments

Comments
 (0)