We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367ec3b commit 8312fe1Copy full SHA for 8312fe1
.github/workflows/analyze.yml
@@ -73,7 +73,7 @@ jobs:
73
run: set -o pipefail && xcodebuild build -project '${{ inputs.project-path }}' -scheme ${{ inputs.scheme }} -destination '${{ inputs.destination }}'| tee xcodebuild.log | xcpretty
74
75
- name: Archive xcodebuild.log
76
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
77
if: always() && matrix.language == 'swift'
78
with:
79
name: xcodebuild.log
0 commit comments