File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 run : python -m cibuildwheel libCacheSim-python --output-dir wheelhouse
6969
7070 - name : Upload wheels as artifacts
71- uses : actions/upload-artifact@v3
71+ uses : actions/upload-artifact@v4
7272 with :
7373 name : wheels-${{ matrix.os }}
7474 path : wheelhouse/*.whl
9898 run : python -m build --sdist libCacheSim-python --outdir dist/
9999
100100 - name : Upload sdist as artifact
101- uses : actions/upload-artifact@v3
101+ uses : actions/upload-artifact@v4
102102 with :
103103 name : sdist
104104 path : dist/*.tar.gz
@@ -116,7 +116,7 @@ jobs:
116116
117117 steps :
118118 - name : Download all artifacts
119- uses : actions/download-artifact@v3
119+ uses : actions/download-artifact@v4
120120 with :
121121 path : dist/
122122
@@ -144,7 +144,7 @@ jobs:
144144
145145 steps :
146146 - name : Download all artifacts
147- uses : actions/download-artifact@v3
147+ uses : actions/download-artifact@v4
148148 with :
149149 path : dist/
150150
You can’t perform that action at this time.
0 commit comments