Skip to content

Commit 2c00d1f

Browse files
Bump actions/download-artifact from 6 to 7 (#151)
1 parent a02fcdd commit 2c00d1f

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
@@ -135,7 +135,7 @@ jobs:
135135

136136
# Fetch the built docs from the "build" job
137137
- name: Download HTML documentation artifact
138-
uses: actions/download-artifact@v6
138+
uses: actions/download-artifact@v7
139139
with:
140140
name: docs-${{ github.sha }}
141141
path: doc/_build/html

.github/workflows/pypi.yml

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

9797
# Fetch the built archives from the "build" job
9898
- name: Download built archives artifact
99-
uses: actions/download-artifact@v6
99+
uses: actions/download-artifact@v7
100100
with:
101101
name: pypi-${{ github.sha }}
102102
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
# Maximum coverage is achieved by combining reports from every runner.
165165
# Each coverage file will live in its own folder with the same name as
166166
# the artifact.
167-
uses: actions/download-artifact@v6
167+
uses: actions/download-artifact@v7
168168
with:
169169
pattern: coverage_*
170170

0 commit comments

Comments
 (0)