Skip to content

Commit b4d5f7c

Browse files
Update actions/download-artifact action to v4.3.0
1 parent 1648959 commit b4d5f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/windows_angle_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
. .\ci\windows_ci.ps1
6969
Prepre-env
70-
- uses: actions/download-artifact@v4.1.8
70+
- uses: actions/download-artifact@v4.3.0
7171
with:
7272
path: angle_dlls
7373
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)