Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/upload_test_coverage_report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
steps:
- name: Install dependencies
run: |
curl -L https://github.com/a7ex/xcresultparser/releases/download/1.8.3/xcresultparser.zip -o xcresultparser.zip

Check failure on line 28 in .github/actions/upload_test_coverage_report/action.yml

View workflow job for this annotation

GitHub Actions / Yamllint

28:81 [line-length] line too long (119 > 80 characters)
unzip xcresultparser.zip
chmod +x product/xcresultparser
sudo mv product/xcresultparser /usr/local/bin/
Expand Down Expand Up @@ -60,7 +60,7 @@
verbose: true

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: ${{ inputs.filename }}
path: ${{ inputs.output_path }}