diff --git a/.github/workflows/libvmaf.yml b/.github/workflows/libvmaf.yml index cb044043a..524a52e92 100644 --- a/.github/workflows/libvmaf.yml +++ b/.github/workflows/libvmaf.yml @@ -102,7 +102,7 @@ jobs: echo "upload_url=$(curl -L https://api.github.com/repos/${{ github.repository }}/releases/tags/$(cut -d/ -f3 <<< ${{ github.ref }}) | jq -r ."upload_url")" >> $GITHUB_OUTPUT - name: Upload vmaf - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.os }}-${{ matrix.CC }}-vmaf path: ${{ steps.get_info.outputs.path }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d8763d6bb..8af428afc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -65,7 +65,7 @@ jobs: echo "upload_url=$(curl -L https://api.github.com/repos/${{ github.repository }}/releases/tags/$(cut -d/ -f3 <<< ${{ github.ref }}) | jq -r ."upload_url")" >> $GITHUB_OUTPUT - name: Upload vmaf - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.msystem }}-vmaf path: ${{ steps.get_info.outputs.path }}