Skip to content

Commit e2b815e

Browse files
Bump actions/download-artifact from 4.1.4 to 4.1.5 (#1796)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@c850b93...8caf195) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
1 parent 9463dd0 commit e2b815e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156

157157
steps:
158158
- name: Download artifact
159-
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
159+
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
160160
with:
161161
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
162162
path: ${{ env.pkg-path-in-channel }}
@@ -271,7 +271,7 @@ jobs:
271271

272272
steps:
273273
- name: Download artifact
274-
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
274+
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
275275
with:
276276
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
277277
path: ${{ env.pkg-path-in-channel }}
@@ -417,7 +417,7 @@ jobs:
417417
418418
steps:
419419
- name: Download artifact
420-
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
420+
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
421421
with:
422422
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
423423

0 commit comments

Comments
 (0)