diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 2e52f4a60a4..7a2dfc2dc07 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@v6 + uses: actions/upload-artifact@v7 if: always() && matrix.language == 'swift' with: name: xcodebuild.log