Skip to content

Commit dd95f97

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

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
@@ -109,7 +109,7 @@ jobs:
109109
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
110110
path: ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.tar.bz2
111111
- name: Upload wheels artifact
112-
uses: actions/upload-artifact@v3.1.2
112+
uses: actions/upload-artifact@v3
113113
with:
114114
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
115115
path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl

0 commit comments

Comments
 (0)