Skip to content

Commit c31200e

Browse files
Update actions/upload-artifact action to v4.6.2
1 parent c1c080f commit c31200e

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
. .\ci\windows_ci.ps1
3838
Build-angle
39-
- uses: actions/[email protected].0
39+
- uses: actions/[email protected].2
4040
with:
4141
name: angle_dlls-${{ matrix.python }}-${{ matrix.arch }}
4242
path: angle_dlls
@@ -74,7 +74,7 @@ jobs:
7474
. .\ci\windows_ci.ps1
7575
Create-Packages
7676
- name: Upload wheels as artifact
77-
uses: actions/[email protected].0
77+
uses: actions/[email protected].2
7878
with:
7979
name: angle_wheels-${{ matrix.python }}-${{ matrix.arch }}
8080
path: dist

.github/workflows/windows_glew_wheels.yml

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

.github/workflows/windows_gstreamer_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: gstreamer_wheels-${{ matrix.python }}-${{ matrix.arch }}
8585
path: dist

.github/workflows/windows_sdl2_wheels.yml

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

.github/workflows/windows_sdl3_wheels.yml

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

0 commit comments

Comments
 (0)