From 6f5d149984ac7bd6a7f97d3f80c8dc44b450e223 Mon Sep 17 00:00:00 2001 From: phunkyfish Date: Sun, 18 Feb 2024 08:39:51 +0000 Subject: [PATCH] [github] Updated deprecated workflows actions --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d123f6..b2cbaf9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: runs-on: windows-2019 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Strawberry Perl # Perl included with git does not work when building openssl @@ -35,9 +35,9 @@ jobs: run: .\DoRelease.ps1 -Platforms ${{ matrix.arch }} ${{ matrix.platform }} -VsVersion ${{ env.VS_VERSION }} -SdkVersion "${{ env.SDK_VERSION }}" - name: Archive artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Kodi dependencies path: | - package/*.7z - package/hashes-*.txt \ No newline at end of file + package/*-${{ matrix.arch }}-${{ matrix.platform }}.7z + package/hashes-*-${{ matrix.arch }}-${{ matrix.platform }}.txt