Skip to content

Commit 9114d50

Browse files
committed
Update CI
1 parent bb69bef commit 9114d50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/fetch_sdl_vc.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop"
33
$project_root = "$psScriptRoot\.."
44
Write-Output "project_root: $project_root"
55

6-
$sdl2_version = "2.0.9"
6+
$sdl2_version = "2.30.0"
77
$sdl2_zip = "SDL2-devel-$($sdl2_version)-VC.zip"
88

99
$sdl2_url = "https://github.com/libsdl-org/SDL/releases/download/release-$($sdl2_version)/SDL2-devel-$($sdl2_version)-VC.zip"

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cp README.txt upload_prep/README.txt
5454
cp LICENSE.txt upload_prep/LICENSE.txt
5555
56-
- uses: actions/upload-artifact@v3
56+
- uses: actions/upload-artifact@v4
5757
with:
58-
name: SDL-image-build
58+
name: SDL-image-build-${{ matrix.arch }}
5959
path: upload_prep

0 commit comments

Comments
 (0)