Skip to content

Commit 532d540

Browse files
Bump actions/download-artifact from 4.2.1 to 4.3.0 (#1382)
1 parent 8bdf53c commit 532d540

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
@@ -98,7 +98,7 @@ jobs:
9898
- name: Checkout
9999
uses: actions/checkout@v4
100100
- name: Download artifact
101-
uses: actions/download-artifact@v4.2.1
101+
uses: actions/download-artifact@v4.3.0
102102
with:
103103
# Artifact name
104104
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@v4
119119
- name: Download sdist
120-
uses: actions/download-artifact@v4.2.1
120+
uses: actions/download-artifact@v4.3.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@v4.2.1
162+
uses: actions/download-artifact@v4.3.0
163163
with:
164164
name: linux-wheels
165165
- uses: actions/setup-python@v5
@@ -188,7 +188,7 @@ jobs:
188188
with:
189189
access_token: ${{ secrets.GITHUB_TOKEN }}
190190
- name: Download sdist
191-
uses: actions/download-artifact@v4.2.1
191+
uses: actions/download-artifact@v4.3.0
192192
with:
193193
name: ${{ matrix.os }}-wheels
194194
- uses: actions/setup-python@v5
@@ -213,7 +213,7 @@ jobs:
213213
with:
214214
access_token: ${{ secrets.GITHUB_TOKEN }}
215215
- name: Download all
216-
uses: actions/download-artifact@v4.2.1
216+
uses: actions/download-artifact@v4.3.0
217217
- name: Move to dist
218218
run: |
219219
mkdir dist

0 commit comments

Comments
 (0)