Skip to content

Commit

Permalink
Merge pull request #28 from phunkyfish/github-actions-v4
Browse files Browse the repository at this point in the history
[github] Updated deprecated workflows actions
  • Loading branch information
Rechi authored Feb 19, 2024
2 parents 10bb35a + 1d321d5 commit dcb82c2
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
name: Kodi dependencies ${{ matrix.arch }}${{ matrix.platform }}
path: |
package/*.7z
package/hashes-*.txt
package/hashes-*.txt

0 comments on commit dcb82c2

Please sign in to comment.