Skip to content

Commit 08cc1cd

Browse files
Update actions/download-artifact action to v4.3.0
1 parent ebab894 commit 08cc1cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test_macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- uses: actions/checkout@v4
7777
- name: Download dmg from artifacts
78-
uses: actions/download-artifact@v4.1.8
78+
uses: actions/download-artifact@v4.3.0
7979
with:
8080
path: osx_artifacts
8181
pattern: KivySDKPackager-*

.github/workflows/windows_angle_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
. .\ci\windows_ci.ps1
6767
Prepre-env
68-
- uses: actions/download-artifact@v4.1.8
68+
- uses: actions/download-artifact@v4.3.0
6969
with:
7070
path: angle_dlls
7171
pattern: angle_dlls-*

.github/workflows/windows_sdl3_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
. .\ci\windows_ci.ps1
6161
Prepre-env
62-
- uses: actions/download-artifact@v4.1.8
62+
- uses: actions/download-artifact@v4.3.0
6363
with:
6464
name: sdl3_build_${{ matrix.arch }}
6565
path: kivy_build

0 commit comments

Comments
 (0)