File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3939 make zip
4040 ls -al dist
4141 - name : Upload packed files to artifacts
42- uses : actions/upload-artifact@v3
42+ uses : actions/upload-artifact@v4
4343 with :
4444 name : build-artifacts-all
4545 path : ./dist/*
@@ -103,7 +103,7 @@ jobs:
103103 ls -al ./wheelhouse
104104 mv wheelhouse dist
105105 - name : Upload packed files to artifacts
106- uses : actions/upload-artifact@v3
106+ uses : actions/upload-artifact@v4
107107 with :
108108 name : build-artifacts-all
109109 path : ./dist/*
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
3838 make zip
3939 ls -al dist
4040 - name : Upload packed files to artifacts
41- uses : actions/upload-artifact@v3
41+ uses : actions/upload-artifact@v4
4242 with :
4343 name : build-artifacts-source-pack
4444 path : ./dist/*
4545 - name : Upload packed files to artifacts
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : build-artifacts-all
4949 path : ./dist/*
@@ -108,12 +108,12 @@ jobs:
108108 ls -al ./wheelhouse
109109 mv wheelhouse dist
110110 - name : Upload packed files to artifacts
111- uses : actions/upload-artifact@v3
111+ uses : actions/upload-artifact@v4
112112 with :
113113 name : build-artifacts-${{ runner.os }}-cp${{ matrix.python }}-${{ matrix.architecture }}
114114 path : ./dist/*
115115 - name : Upload packed files to artifacts
116- uses : actions/upload-artifact@v3
116+ uses : actions/upload-artifact@v4
117117 with :
118118 name : build-artifacts-all
119119 path : ./dist/*
You can’t perform that action at this time.
0 commit comments