We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03603ad commit eccbfdaCopy full SHA for eccbfda
.github/workflows/Wheels.yml
@@ -38,8 +38,9 @@ jobs:
38
shell: bash
39
40
- name: Upload wheels
41
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
42
with:
43
+ name: linefit-${{inputs.context}}-${{inputs.job-index}}
44
path: wheelhouse/*.whl
45
46
upload_all:
@@ -52,9 +53,10 @@ jobs:
52
53
- uses: actions/setup-python@v4
54
55
- name: Download Wheels artifact
- uses: actions/download-artifact@v3
56
+ uses: actions/download-artifact@v4
57
- name: artifact
58
+ pattern: linefit-${{inputs.context}}*
59
+ merge-multiple: true
60
path: wheelhouse
61
62
# - uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments