Skip to content

Commit a3d779b

Browse files
authored
Merge pull request #537 from jupyterhub/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents d9e7851 + 54fd0c5 commit a3d779b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
python-version: "3.12"
9494

9595
- name: Download artifacts from build
96-
uses: actions/download-artifact@v4
96+
uses: actions/download-artifact@v5
9797
with:
9898
name: dist-${{ github.run_attempt }}
9999
path: dist
@@ -125,7 +125,7 @@ jobs:
125125
registry-url: https://registry.npmjs.org
126126

127127
- name: Download artifacts from build
128-
uses: actions/download-artifact@v4
128+
uses: actions/download-artifact@v5
129129
with:
130130
name: jsdist-${{ github.run_attempt }}
131131
path: jsdist

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
run: python -m pip install --upgrade pip
122122

123123
- name: Download built artifacts
124-
uses: actions/download-artifact@v4
124+
uses: actions/download-artifact@v5
125125
with:
126126
name: dist-${{ github.run_attempt }}
127127
path: ./dist

0 commit comments

Comments
 (0)