Skip to content

Commit

Permalink
Update to upload-artifact@v4 (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
joannaquu authored Feb 6, 2025
1 parent 082072c commit 0345cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "TestResultsMac.xcresult not found."
fi
- name: Upload TestResultsMac.zip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: xctest-resultsMac
path: TestResultsMac.zip
Expand All @@ -66,7 +66,7 @@ jobs:
echo "TestResultsiOS.xcresult not found."
fi
- name: Upload TestResultsiOS.zip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: xctest-resultsiOS
path: TestResultsiOS.zip
Expand Down

0 comments on commit 0345cd8

Please sign in to comment.