File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 70
70
python -c "import ${{ env.PACKAGE_NAME }}; print(${{ env.PACKAGE_NAME }})"
71
71
shell : bash
72
72
- name : Upload distribution archives
73
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
73
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
74
74
with :
75
75
name : distribution-archives-${{ matrix.os }}-${{ matrix.python-version }}
76
76
path : dist
90
90
- name : List distribution archives
91
91
run : ls --recursive distribution-archives
92
92
- name : Upload combined distribution archives
93
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
93
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
94
94
with :
95
95
name : combined-distribution-archives
96
96
path : distribution-archives
You can’t perform that action at this time.
0 commit comments