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 c1fb7ea commit 0a302baCopy full SHA for 0a302ba
.github/workflows/release.yaml
@@ -46,12 +46,12 @@ jobs:
46
fetch-depth: 0
47
persist-credentials: false
48
- name: Download Conda Artifacts
49
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
50
with:
51
name: conda_artifacts
52
path: ${{ env.CONDA_OUTPUT_DIR }}
53
- name: Download Wheel Artifacts
54
55
56
name: wheel_artifacts
57
path: ${{ env.WHEEL_OUTPUT_DIR }}
0 commit comments