Skip to content

Commit 476b964

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-7.0.0
2 parents 6f9b808 + 24eb4b5 commit 476b964

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
163+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
237+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
238238
with:
239239
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
240240
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0

0 commit comments

Comments
 (0)