diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 439d74dfb5d..2e52f4a60a4 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -73,7 +73,7 @@ jobs: run: set -o pipefail && xcodebuild build -project '${{ inputs.project-path }}' -scheme ${{ inputs.scheme }} -destination '${{ inputs.destination }}'| tee xcodebuild.log | xcpretty - name: Archive xcodebuild.log - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: always() && matrix.language == 'swift' with: name: xcodebuild.log