We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4df235 commit fd5e8adCopy full SHA for fd5e8ad
.github/workflows/conda-python-build.yaml
@@ -126,7 +126,7 @@ jobs:
126
GH_TOKEN: ${{ github.token }}
127
- name: Upload conda repo
128
if: ${{ !cancelled() }}
129
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
130
with:
131
name: conda-repo-${{ matrix.ARCH }}-${{ matrix.PY_VER }}
132
path: "/tmp/conda-bld-output"
.github/workflows/wheels-build.yaml
@@ -136,7 +136,7 @@ jobs:
136
env:
137
138
- name: Upload PyPi wheels artifact
139
140
141
name: pypi-wheels-${{ matrix.ARCH }}
142
path: final-dist/*.whl
0 commit comments