Skip to content

Commit 38b6eb1

Browse files
Bump actions/download-artifact from 5 to 6 (#590)
1 parent c1ed82f commit 38b6eb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153

154154
# Fetch the built docs from the "build" job
155155
- name: Download HTML documentation artifact
156-
uses: actions/download-artifact@v5
156+
uses: actions/download-artifact@v6
157157
with:
158158
name: docs-${{ github.sha }}
159159
path: doc/_build/html

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
persist-credentials: false
108108

109109
- name: Download built source and wheel packages
110-
uses: actions/download-artifact@v5
110+
uses: actions/download-artifact@v6
111111
with:
112112
name: pypi-${{ github.sha }}
113113
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
# Maximum coverage is achieved by combining reports from every runner.
182182
# Each coverage file will live in its own folder with the same name as
183183
# the artifact.
184-
uses: actions/download-artifact@v5
184+
uses: actions/download-artifact@v6
185185
with:
186186
pattern: coverage_*
187187

0 commit comments

Comments
 (0)