We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c0518 commit eccff90Copy full SHA for eccff90
.github/workflows/conda-package.yml
@@ -68,7 +68,7 @@ jobs:
68
69
steps:
70
- name: Download artifact
71
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
72
with:
73
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
74
- name: Add conda to system path
@@ -172,7 +172,7 @@ jobs:
172
173
174
175
176
177
178
- uses: conda-incubator/setup-miniconda@v2
0 commit comments