Skip to content

Commit 2ca9b43

Browse files
Update .github/workflows/conda-package.yml
Use actions/upload-artifact@v3
1 parent fc87676 commit 2ca9b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
6363
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
6464
- name: Upload wheels artifact
65-
uses: actions/upload-artifact@v3.1.2
65+
uses: actions/upload-artifact@v3
6666
with:
6767
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
6868
path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl

0 commit comments

Comments
 (0)