diff --git a/.github/workflows/pgo-build-testing.yml b/.github/workflows/pgo-build-testing.yml index ef602a08d..6f4d8f7d7 100644 --- a/.github/workflows/pgo-build-testing.yml +++ b/.github/workflows/pgo-build-testing.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v7 - run: GH_TOKEN=${{ github.token }} gh release delete ${{ needs.tag.outputs.tag }} --cleanup-tag continue-on-error: true - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} target_commitish: ${{ github.sha }} @@ -69,7 +69,7 @@ jobs: continue-on-error: true - run: cd BuildAction/icelake-server+znver5/static && tar cJf Windows_x86-64_icelake-server+znver5.tar.xz SvtAv1EncApp.exe if: ${{ steps.detect-icelake-server-znver5.outcome != 'failure' }} - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/icelake-server+znver5/static/Windows_x86-64_icelake-server+znver5.tar.xz @@ -80,7 +80,7 @@ jobs: continue-on-error: true - run: cd BuildAction/znver2/static && tar cJf Windows_x86-64_znver2.tar.xz SvtAv1EncApp.exe if: ${{ steps.detect-znver2.outcome != 'failure' }} - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/znver2/static/Windows_x86-64_znver2.tar.xz @@ -88,7 +88,7 @@ jobs: - run: ls BuildAction/x86-64-v3+znver2/static/SvtAv1EncApp.exe - run: cd BuildAction/x86-64-v3+znver2/static && tar cJf Windows_x86-64_x86-64-v3+znver2.tar.xz SvtAv1EncApp.exe - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/x86-64-v3+znver2/static/Windows_x86-64_x86-64-v3+znver2.tar.xz @@ -110,7 +110,7 @@ jobs: - run: ls BuildAction/armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1/static/SvtAv1EncApp.exe - run: cd BuildAction/armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1/static && tar cJf Windows_arm64_armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1.tar.xz SvtAv1EncApp.exe - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1/static/Windows_arm64_armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1.tar.xz @@ -132,7 +132,7 @@ jobs: continue-on-error: true - run: cd BuildAction/icelake-server+znver5/static && tar cJf Linux_x86-64_icelake-server+znver5.tar.xz SvtAv1EncApp if: ${{ steps.detect-icelake-server-znver5.outcome != 'failure' }} - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/icelake-server+znver5/static/Linux_x86-64_icelake-server+znver5.tar.xz @@ -143,7 +143,7 @@ jobs: continue-on-error: true - run: cd BuildAction/znver2/static && tar cJf Linux_x86-64_znver2.tar.xz SvtAv1EncApp if: ${{ steps.detect-znver2.outcome != 'failure' }} - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/znver2/static/Linux_x86-64_znver2.tar.xz @@ -151,7 +151,7 @@ jobs: - run: ls BuildAction/x86-64-v3+znver2/static/SvtAv1EncApp - run: cd BuildAction/x86-64-v3+znver2/static && tar cJf Linux_x86-64_x86-64-v3+znver2.tar.xz SvtAv1EncApp - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/x86-64-v3+znver2/static/Linux_x86-64_x86-64-v3+znver2.tar.xz @@ -170,7 +170,7 @@ jobs: - run: ls BuildAction/armv8.5-a+simd+crypto+apple-m3/static/SvtAv1EncApp - run: cd BuildAction/armv8.5-a+simd+crypto+apple-m3/static && tar cJf macOS_arm64_armv8.5-a+simd+crypto+apple-m3.tar.xz SvtAv1EncApp - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/armv8.5-a+simd+crypto+apple-m3/static/macOS_arm64_armv8.5-a+simd+crypto+apple-m3.tar.xz @@ -189,7 +189,7 @@ jobs: - run: ls BuildAction/skylake/static/SvtAv1EncApp - run: cd BuildAction/skylake/static && tar cJf macOS_x86-64_skylake.tar.xz SvtAv1EncApp - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/skylake/static/macOS_x86-64_skylake.tar.xz diff --git a/.github/workflows/pgo-build.yml b/.github/workflows/pgo-build.yml index b305f3965..c15d66728 100644 --- a/.github/workflows/pgo-build.yml +++ b/.github/workflows/pgo-build.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v7 - run: GH_TOKEN=${{ github.token }} gh release delete ${{ needs.tag.outputs.tag }} --cleanup-tag continue-on-error: true - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} target_commitish: ${{ github.sha }} @@ -67,7 +67,7 @@ jobs: continue-on-error: true - run: cd BuildAction/icelake-server+znver5/static && tar cJf Windows_x86-64_icelake-server+znver5.tar.xz SvtAv1EncApp.exe if: ${{ steps.detect-icelake-server-znver5.outcome != 'failure' }} - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/icelake-server+znver5/static/Windows_x86-64_icelake-server+znver5.tar.xz @@ -78,7 +78,7 @@ jobs: continue-on-error: true - run: cd BuildAction/znver2/static && tar cJf Windows_x86-64_znver2.tar.xz SvtAv1EncApp.exe if: ${{ steps.detect-znver2.outcome != 'failure' }} - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/znver2/static/Windows_x86-64_znver2.tar.xz @@ -86,7 +86,7 @@ jobs: - run: ls BuildAction/x86-64-v3+znver2/static/SvtAv1EncApp.exe - run: cd BuildAction/x86-64-v3+znver2/static && tar cJf Windows_x86-64_x86-64-v3+znver2.tar.xz SvtAv1EncApp.exe - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/x86-64-v3+znver2/static/Windows_x86-64_x86-64-v3+znver2.tar.xz @@ -108,7 +108,7 @@ jobs: - run: ls BuildAction/armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1/static/SvtAv1EncApp.exe - run: cd BuildAction/armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1/static && tar cJf Windows_arm64_armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1.tar.xz SvtAv1EncApp.exe - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1/static/Windows_arm64_armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1.tar.xz @@ -130,7 +130,7 @@ jobs: continue-on-error: true - run: cd BuildAction/icelake-server+znver5/static && tar cJf Linux_x86-64_icelake-server+znver5.tar.xz SvtAv1EncApp if: ${{ steps.detect-icelake-server-znver5.outcome != 'failure' }} - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/icelake-server+znver5/static/Linux_x86-64_icelake-server+znver5.tar.xz @@ -141,7 +141,7 @@ jobs: continue-on-error: true - run: cd BuildAction/znver2/static && tar cJf Linux_x86-64_znver2.tar.xz SvtAv1EncApp if: ${{ steps.detect-znver2.outcome != 'failure' }} - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/znver2/static/Linux_x86-64_znver2.tar.xz @@ -149,7 +149,7 @@ jobs: - run: ls BuildAction/x86-64-v3+znver2/static/SvtAv1EncApp - run: cd BuildAction/x86-64-v3+znver2/static && tar cJf Linux_x86-64_x86-64-v3+znver2.tar.xz SvtAv1EncApp - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/x86-64-v3+znver2/static/Linux_x86-64_x86-64-v3+znver2.tar.xz @@ -168,7 +168,7 @@ jobs: - run: ls BuildAction/armv8.5-a+simd+crypto+apple-m3/static/SvtAv1EncApp - run: cd BuildAction/armv8.5-a+simd+crypto+apple-m3/static && tar cJf macOS_arm64_armv8.5-a+simd+crypto+apple-m3.tar.xz SvtAv1EncApp - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/armv8.5-a+simd+crypto+apple-m3/static/macOS_arm64_armv8.5-a+simd+crypto+apple-m3.tar.xz @@ -187,7 +187,7 @@ jobs: - run: ls BuildAction/skylake/static/SvtAv1EncApp - run: cd BuildAction/skylake/static && tar cJf macOS_x86-64_skylake.tar.xz SvtAv1EncApp - - uses: softprops/action-gh-release@v3 + - uses: softprops/action-gh-release@v3.0.1 with: tag_name: ${{ needs.tag.outputs.tag }} files: BuildAction/skylake/static/macOS_x86-64_skylake.tar.xz