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 5757 mkdir osx_artifacts
5858 mv osx/Kivy.dmg osx_artifacts/${{ matrix.runs_on }}-Kivy.dmg
5959 - name : Upload dmg as artifact
60- uses : actions/upload-artifact@v4.6.0
60+ uses : actions/upload-artifact@v4.6.2
6161 with :
6262 name : KivySDKPackager-${{ matrix.runs-on }}
6363 path : osx_artifacts
Original file line number Diff line number Diff line change 3737 run : |
3838 . .\ci\windows_ci.ps1
3939 Build-angle
40- - uses : actions/upload-artifact@v4.6.0
40+ - uses : actions/upload-artifact@v4.6.2
4141 with :
4242 name : angle_dlls-${{ matrix.python }}-${{ matrix.arch }}
4343 path : angle_dlls
7575 . .\ci\windows_ci.ps1
7676 Create-Packages
7777 - name : Upload wheels as artifact
78- uses : actions/upload-artifact@v4.6.0
78+ uses : actions/upload-artifact@v4.6.2
7979 with :
8080 name : angle_wheels-${{ matrix.python }}-${{ matrix.arch }}
8181 path : dist
Original file line number Diff line number Diff line change 7777 . .\ci\windows_ci.ps1
7878 Create-Packages
7979 - name : Upload wheels as artifact
80- uses : actions/upload-artifact@v4.6.0
80+ uses : actions/upload-artifact@v4.6.2
8181 with :
8282 name : glew_wheels-${{ matrix.python }}-${{ matrix.arch }}
8383 path : dist
Original file line number Diff line number Diff line change 8080 . .\ci\windows_ci.ps1
8181 Create-Packages
8282 - name : Upload wheels as artifact
83- uses : actions/upload-artifact@v4.6.0
83+ uses : actions/upload-artifact@v4.6.2
8484 with :
8585 name : gstreamer_wheels-${{ matrix.python }}-${{ matrix.arch }}
8686 path : dist
Original file line number Diff line number Diff line change 7979 . .\ci\windows_ci.ps1
8080 Create-Packages
8181 - name : Upload wheels as artifact
82- uses : actions/upload-artifact@v4.6.0
82+ uses : actions/upload-artifact@v4.6.2
8383 with :
8484 name : sdl2_wheels-${{ matrix.python }}-${{ matrix.arch }}
8585 path : dist
Original file line number Diff line number Diff line change 3333 - name : Build SDL3 for arch ${{ matrix.arch }}
3434 run : |
3535 ./win/build_sdl3.ps1
36- - uses : actions/upload-artifact@v4.6.0
36+ - uses : actions/upload-artifact@v4.6.2
3737 with :
3838 name : sdl3_build_${{ matrix.arch }}
3939 path : kivy-dependencies/dist
6868 . .\ci\windows_ci.ps1
6969 Create-Packages
7070 - name : Upload wheels as artifact
71- uses : actions/upload-artifact@v4.6.0
71+ uses : actions/upload-artifact@v4.6.2
7272 with :
7373 name : sdl3_wheel_${{ matrix.arch }}_${{ matrix.python }}
7474 path : dist
You can’t perform that action at this time.
0 commit comments