SDL_image: ci: bump actions

From 7c2a29237126d74b4a854de1b967db3e5b78f3ed Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Tue, 5 Nov 2024 23:50:04 +0100
Subject: [PATCH] ci: bump actions

---
 .github/workflows/main.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 21009516..8492570f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -103,7 +103,7 @@ jobs:
       uses: ilammy/setup-nasm@v1
       if: ${{ matrix.platform.vendored && !contains(matrix.platform.shell, 'msys2') }}
 
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         submodules: recursive
 
@@ -185,7 +185,7 @@ jobs:
         ( cd prefix_cmake; find . ) | LC_ALL=C sort -u
     - name: Upload artifacts (CMake)
       if: ${{ failure() && runner.os == 'Linux' && matrix.platform.cmake }}
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       with:
         name: "${{ matrix.platform.name }} artifacts"
         path: |
@@ -265,7 +265,7 @@ jobs:
         make -j"${parallel}" -C build distcheck V=1
     - name: Upload artifacts (Autotools)
       if: ${{ failure() && !matrix.platform.cmake }}
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       with:
         name: ${{ matrix.platform.name }} artifacts
         path: |