Skip to content

Commit 716c31b

Browse files
Update actions/upload-artifact action to v4.6.2
1 parent 90480ff commit 716c31b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/test_macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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/[email protected].0
60+
uses: actions/[email protected].2
6161
with:
6262
name: KivySDKPackager-${{ matrix.runs-on }}
6363
path: osx_artifacts

.github/workflows/windows_angle_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
. .\ci\windows_ci.ps1
3939
Build-angle
40-
- uses: actions/[email protected].0
40+
- uses: actions/[email protected].2
4141
with:
4242
name: angle_dlls-${{ matrix.python }}-${{ matrix.arch }}
4343
path: angle_dlls
@@ -75,7 +75,7 @@ jobs:
7575
. .\ci\windows_ci.ps1
7676
Create-Packages
7777
- name: Upload wheels as artifact
78-
uses: actions/[email protected].0
78+
uses: actions/[email protected].2
7979
with:
8080
name: angle_wheels-${{ matrix.python }}-${{ matrix.arch }}
8181
path: dist

.github/workflows/windows_glew_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
. .\ci\windows_ci.ps1
7878
Create-Packages
7979
- name: Upload wheels as artifact
80-
uses: actions/[email protected].0
80+
uses: actions/[email protected].2
8181
with:
8282
name: glew_wheels-${{ matrix.python }}-${{ matrix.arch }}
8383
path: dist

.github/workflows/windows_gstreamer_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
. .\ci\windows_ci.ps1
8181
Create-Packages
8282
- name: Upload wheels as artifact
83-
uses: actions/[email protected].0
83+
uses: actions/[email protected].2
8484
with:
8585
name: gstreamer_wheels-${{ matrix.python }}-${{ matrix.arch }}
8686
path: dist

.github/workflows/windows_sdl2_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
. .\ci\windows_ci.ps1
8080
Create-Packages
8181
- name: Upload wheels as artifact
82-
uses: actions/[email protected].0
82+
uses: actions/[email protected].2
8383
with:
8484
name: sdl2_wheels-${{ matrix.python }}-${{ matrix.arch }}
8585
path: dist

.github/workflows/windows_sdl3_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build SDL3 for arch ${{ matrix.arch }}
3434
run: |
3535
./win/build_sdl3.ps1
36-
- uses: actions/[email protected].0
36+
- uses: actions/[email protected].2
3737
with:
3838
name: sdl3_build_${{ matrix.arch }}
3939
path: kivy-dependencies/dist
@@ -68,7 +68,7 @@ jobs:
6868
. .\ci\windows_ci.ps1
6969
Create-Packages
7070
- name: Upload wheels as artifact
71-
uses: actions/[email protected].0
71+
uses: actions/[email protected].2
7272
with:
7373
name: sdl3_wheel_${{ matrix.arch }}_${{ matrix.python }}
7474
path: dist

0 commit comments

Comments
 (0)