Skip to content

Commit

Permalink
[github] Updated deprecated workflows actions
Browse files Browse the repository at this point in the history
  • Loading branch information
phunkyfish committed Feb 19, 2024
1 parent 10bb35a commit 8d2c533
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
package/*-${{ matrix.arch }}-${{ matrix.platform }}.7z
package/hashes-*-${{ matrix.arch }}-${{ matrix.platform }}.txt

0 comments on commit 8d2c533

Please sign in to comment.