From ef48ebbdb49299eaa57d89ec1ac6040a08090866 Mon Sep 17 00:00:00 2001 From: Frederik Seiffert Date: Tue, 14 May 2024 09:18:44 +0200 Subject: [PATCH] CI: update to actions/upload-artifact@v4 --- .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 99f3795..4094708 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: tar -a -cf GNUstep-Windows-MSVC-${{matrix.arch}}-${{matrix.type}}.zip C:\GNUstep\${{matrix.arch}}\${{matrix.type}} - name: Upload build artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: GNUstep-Windows-MSVC-${{matrix.arch}}-${{matrix.type}}.zip name: GNUstep-Windows-MSVC-${{matrix.arch}}-${{matrix.type}}