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 fc87676 commit 2ca9b43Copy full SHA for 2ca9b43
.github/workflows/conda-package.yml
@@ -62,7 +62,7 @@ jobs:
62
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
63
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
64
- name: Upload wheels artifact
65
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v3
66
with:
67
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
68
path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
0 commit comments