From 6be24faee008f2510b9270ef5ad47fbb048638f2 Mon Sep 17 00:00:00 2001 From: Gustave Monce Date: Sun, 13 Oct 2024 00:26:53 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bba2ccc..fd2af2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: platform: [win] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install .NET SDK uses: actions/setup-dotnet@v1 @@ -31,7 +31,7 @@ jobs: msbuild /m /t:restore,wpinternals:publish /p:Platform=${{ matrix.architecture }} /p:RuntimeIdentifier=${{ matrix.platform }}-${{ matrix.architecture }} /p:PublishDir=${{ github.workspace }}/artifacts/${{ matrix.platform }}-${{ matrix.architecture }} /p:PublishSingleFile=true /p:PublishTrimmed=false WPinternals.sln - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.platform }}-${{ matrix.architecture }} path: ${{ github.workspace }}/artifacts/${{ matrix.platform }}-${{ matrix.architecture }}