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 f9a8a27 commit 162bd9bCopy full SHA for 162bd9b
.github/workflows/conda-package.yml
@@ -79,13 +79,13 @@ jobs:
79
run: conda mambabuild --no-test --python ${{ matrix.python }} conda-recipe
80
81
- name: Upload artifact
82
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
83
with:
84
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
85
path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
86
87
- name: Upload wheels artifact
88
89
90
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
91
path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.WHEELS_NAME }}-*.whl
0 commit comments