Skip to content

Commit 261334e

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d30c1f8 commit 261334e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,19 +214,19 @@ jobs:
214214

215215
steps:
216216
- name: Download documentation
217-
uses: actions/download-artifact@v3
217+
uses: actions/download-artifact@v4.1.7
218218
with:
219219
name: html-docs
220220
path: ./html-docs
221221

222222
- name: Download release
223-
uses: actions/download-artifact@v3
223+
uses: actions/download-artifact@v4.1.7
224224
with:
225225
name: pypi-dist
226226
path: ./dist
227227

228228
- name: Download release notes
229-
uses: actions/download-artifact@v3
229+
uses: actions/download-artifact@v4.1.7
230230
with:
231231
name: release_notes
232232

@@ -292,7 +292,7 @@ jobs:
292292
293293
# Download release files
294294
- name: Download release
295-
uses: actions/download-artifact@v3
295+
uses: actions/download-artifact@v4.1.7
296296
with:
297297
name: conda-dist
298298
path: ./dist

0 commit comments

Comments
 (0)