Skip to content

Commit 0281065

Browse files
committed
try artifact@v4 workaround
1 parent 4a0b916 commit 0281065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cling-wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jobs:
115115
116116
- uses: actions/upload-artifact@v4
117117
with:
118+
# add unique name as artifact@v4 workaround, after cibuildwheel
119+
name: cppyy-cling-wheels-${{ matrix.os }}-${{ strategy.job-index }}
118120
path: ./wheelhouse/*.whl
119121

120122
#build_sdist:

0 commit comments

Comments
 (0)