File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 run : |
6666 mkdir rbcl-wheelhouse
6767 mv wheelhouse/rbcl*.whl rbcl-wheelhouse/${{ env.WHEELNAME }}.whl
68- - uses : actions/upload-artifact@v3
68+ - uses : actions/upload-artifact@v4
6969 with :
7070 name : ${{ env.WHEELNAME }}
7171 path : rbcl-wheelhouse/
@@ -122,7 +122,7 @@ jobs:
122122 run : |
123123 mkdir rbcl-wheelhouse
124124 mv wheelhouse/rbcl*.whl rbcl-wheelhouse/${{ env.WHEELNAME }}.whl
125- - uses : actions/upload-artifact@v3
125+ - uses : actions/upload-artifact@v4
126126 with :
127127 name : ${{ env.WHEELNAME }}
128128 path : rbcl-wheelhouse/
@@ -179,7 +179,7 @@ jobs:
179179 run : |
180180 mkdir rbcl-wheelhouse
181181 mv wheelhouse/rbcl*.whl rbcl-wheelhouse/${{ env.WHEELNAME }}.whl
182- - uses : actions/upload-artifact@v3
182+ - uses : actions/upload-artifact@v4
183183 with :
184184 name : ${{ env.WHEELNAME }}
185185 path : rbcl-wheelhouse/
@@ -249,7 +249,7 @@ jobs:
249249 mkdir rbcl-wheelhouse
250250 move wheelhouse\rbcl*.whl rbcl-wheelhouse\${{ env.WHEELNAME }}.whl
251251 shell : cmd
252- - uses : actions/upload-artifact@v3
252+ - uses : actions/upload-artifact@v4
253253 with :
254254 name : ${{ env.WHEELNAME }}
255255 path : rbcl-wheelhouse\
You can’t perform that action at this time.
0 commit comments