Skip to content

Commit

Permalink
build.yaml: update GHA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsanction committed Jul 24, 2024
1 parent 03de36a commit c8d7318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
}
shell: pwsh
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup MSYS2
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
mkdir dist
cp Bin/Release/*.exe dist
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: svtav1-win64-${{matrix.target_cpu}}-${{matrix.toolchain}}-full
path: dist/*
Expand All @@ -80,7 +80,7 @@ jobs:
7za a -t7z -mx=7 ../svtav1-win64-${{matrix.target_cpu}}-${{matrix.toolchain}}.${{ github.event.inputs.tag }}.7z SvtAv1EncApp.exe
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: github.event_name == 'workflow_dispatch' && github.event.inputs.tag != ''
with:
tag_name: ${{ github.event.inputs.tag }}
Expand Down

0 comments on commit c8d7318

Please sign in to comment.