Skip to content

Commit 8d2b670

Browse files
Bump actions/download-artifact from 4.1.8 to 4.1.9
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.1.9) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de7a6f1 commit 8d2b670

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
@@ -126,7 +126,7 @@ jobs:
126126
- name: Checkout
127127
uses: actions/checkout@v4
128128
- name: Download artifact
129-
uses: actions/download-artifact@v4.1.8
129+
uses: actions/download-artifact@v4.1.9
130130
with:
131131
# Artifact name
132132
name: docs_output # optional

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Checkout
117117
uses: actions/checkout@v4
118118
- name: Download sdist
119-
uses: actions/download-artifact@v4.1.8
119+
uses: actions/download-artifact@v4.1.9
120120
with:
121121
name: sdist
122122
- name: Set up Python
@@ -151,7 +151,7 @@ jobs:
151151
with:
152152
access_token: ${{ secrets.GITHUB_TOKEN }}
153153
- name: Download sdist
154-
uses: actions/download-artifact@v4.1.8
154+
uses: actions/download-artifact@v4.1.9
155155
with:
156156
name: linux-wheels
157157
- uses: actions/setup-python@v5
@@ -180,7 +180,7 @@ jobs:
180180
with:
181181
access_token: ${{ secrets.GITHUB_TOKEN }}
182182
- name: Download sdist
183-
uses: actions/download-artifact@v4.1.8
183+
uses: actions/download-artifact@v4.1.9
184184
with:
185185
name: ${{ matrix.os }}-wheels
186186
- uses: actions/setup-python@v5
@@ -205,7 +205,7 @@ jobs:
205205
with:
206206
access_token: ${{ secrets.GITHUB_TOKEN }}
207207
- name: Download all
208-
uses: actions/download-artifact@v4.1.8
208+
uses: actions/download-artifact@v4.1.9
209209
- name: Move to dist
210210
run: |
211211
mkdir dist

0 commit comments

Comments
 (0)