Skip to content

Commit 65196fd

Browse files
Bump actions/download-artifact from 5.0.0 to 6.0.0 (#1400)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66fbb84 commit 65196fd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Checkout
100100
uses: actions/checkout@v5
101101
- name: Download artifact
102-
uses: actions/download-artifact@v5.0.0
102+
uses: actions/download-artifact@v6.0.0
103103
with:
104104
# Artifact name
105105
name: docs_output # optional

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Checkout
118118
uses: actions/checkout@v5
119119
- name: Download sdist
120-
uses: actions/download-artifact@v5.0.0
120+
uses: actions/download-artifact@v6.0.0
121121
with:
122122
name: sdist
123123
- name: Set up Python
@@ -159,7 +159,7 @@ jobs:
159159
with:
160160
access_token: ${{ secrets.GITHUB_TOKEN }}
161161
- name: Download sdist
162-
uses: actions/download-artifact@v5.0.0
162+
uses: actions/download-artifact@v6.0.0
163163
with:
164164
name: linux-wheels
165165
- uses: actions/setup-python@v6
@@ -188,7 +188,7 @@ jobs:
188188
with:
189189
access_token: ${{ secrets.GITHUB_TOKEN }}
190190
- name: Download sdist
191-
uses: actions/download-artifact@v5.0.0
191+
uses: actions/download-artifact@v6.0.0
192192
with:
193193
name: ${{ matrix.os }}-wheels
194194
- uses: actions/setup-python@v6
@@ -213,7 +213,7 @@ jobs:
213213
with:
214214
access_token: ${{ secrets.GITHUB_TOKEN }}
215215
- name: Download all
216-
uses: actions/download-artifact@v5.0.0
216+
uses: actions/download-artifact@v6.0.0
217217
- name: Move to dist
218218
run: |
219219
mkdir dist

0 commit comments

Comments
 (0)