From ddf6e96660f2eb53a3cd7f15b6aabd8911dfe714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:32:13 +0100 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 (#55) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 231ddae..18d79fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,7 +160,7 @@ jobs: echo "Upload successful!" - name: Upload a Build Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: # Artifact name name: ${{ matrix.os }}_${{ matrix.cc }}_${{ env.ZIP_FILENAME }}