File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 57
57
mkdir osx_artifacts
58
58
mv osx/Kivy.dmg osx_artifacts/${{ matrix.runs_on }}-Kivy.dmg
59
59
- name : Upload dmg as artifact
60
- uses : actions/upload-artifact@v3
60
+ uses : actions/upload-artifact@v4.1.7
61
61
with :
62
62
name : KivySDKPackager
63
63
path : osx_artifacts
Original file line number Diff line number Diff line change 36
36
run : |
37
37
. .\ci\windows_ci.ps1
38
38
Build-angle
39
- - uses : actions/upload-artifact@v3
39
+ - uses : actions/upload-artifact@v4.1.7
40
40
with :
41
41
name : angle_dlls
42
42
path : angle_dlls
72
72
. .\ci\windows_ci.ps1
73
73
Create-Packages
74
74
- name : Upload wheels as artifact
75
- uses : actions/upload-artifact@v3
75
+ uses : actions/upload-artifact@v4.1.7
76
76
with :
77
77
name : angle_wheels
78
78
path : dist
Original file line number Diff line number Diff line change 76
76
. .\ci\windows_ci.ps1
77
77
Create-Packages
78
78
- name : Upload wheels as artifact
79
- uses : actions/upload-artifact@v3
79
+ uses : actions/upload-artifact@v4.1.7
80
80
with :
81
81
name : glew_wheels
82
82
path : dist
Original file line number Diff line number Diff line change 79
79
. .\ci\windows_ci.ps1
80
80
Create-Packages
81
81
- name : Upload wheels as artifact
82
- uses : actions/upload-artifact@v3
82
+ uses : actions/upload-artifact@v4.1.7
83
83
with :
84
84
name : gstreamer_wheels
85
85
path : dist
Original file line number Diff line number Diff line change 78
78
. .\ci\windows_ci.ps1
79
79
Create-Packages
80
80
- name : Upload wheels as artifact
81
- uses : actions/upload-artifact@v3
81
+ uses : actions/upload-artifact@v4.1.7
82
82
with :
83
83
name : sdl2_wheels
84
84
path : dist
Original file line number Diff line number Diff line change 32
32
- name : Build SDL3 for arch ${{ matrix.arch }}
33
33
run : |
34
34
./win/build_sdl3.ps1
35
- - uses : actions/upload-artifact@v4
35
+ - uses : actions/upload-artifact@v4.1.7
36
36
with :
37
37
name : sdl3_build_${{ matrix.arch }}
38
38
path : kivy-dependencies/dist
67
67
. .\ci\windows_ci.ps1
68
68
Create-Packages
69
69
- name : Upload wheels as artifact
70
- uses : actions/upload-artifact@v4
70
+ uses : actions/upload-artifact@v4.1.7
71
71
with :
72
72
name : sdl3_wheel_${{ matrix.arch }}_${{ matrix.python }}
73
73
path : dist
You can’t perform that action at this time.
0 commit comments