Skip to content

Commit c13714b

Browse files
Bump actions/download-artifact from 5 to 6 (#105)
1 parent 4206bc5 commit c13714b

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
@@ -162,7 +162,7 @@ jobs:
162162

163163
# Fetch the built docs from the "build" job
164164
- name: Download HTML documentation artifact
165-
uses: actions/download-artifact@v5
165+
uses: actions/download-artifact@v6
166166
with:
167167
name: docs-${{ github.sha }}
168168
path: doc/_build/html

.github/workflows/pypi.yml

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

101101
# Fetch the built archives from the "build" job
102102
- name: Download built archives artifact
103-
uses: actions/download-artifact@v5
103+
uses: actions/download-artifact@v6
104104
with:
105105
name: pypi-${{ github.sha }}
106106
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
path: ${{ steps.pip-cache.outputs.dir }}
185185
key: ${{ runner.os }}-pip-coverage
186186

187-
- uses: actions/download-artifact@v5
187+
- uses: actions/download-artifact@v6
188188
with:
189189
pattern: coverage_*
190190
# If true, the downloaded artifacts will be in the same directory

0 commit comments

Comments
 (0)