Skip to content

Commit 07fee96

Browse files
authored
Merge pull request #134 from IntelPython/dependabot/github_actions/actions/download-artifact-7.0.0
Bump actions/download-artifact from 6.0.0 to 7.0.0
2 parents f21883c + 91755ad commit 07fee96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160

161161
steps:
162162
- name: Download artifact
163-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
163+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
164164
with:
165165
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
166166

@@ -234,7 +234,7 @@ jobs:
234234

235235
steps:
236236
- name: Download artifact
237-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
237+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
238238
with:
239239
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
240240
- uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0

0 commit comments

Comments
 (0)