We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89c443 commit 125e95eCopy full SHA for 125e95e
.github/workflows/swiftui-auth.yml
@@ -57,7 +57,7 @@ jobs:
57
xcodebuild test -scheme FirebaseSwiftUIExampleUITests -destination 'platform=iOS Simulator,name=iPhone 16 Plus' -enableCodeCoverage YES | tee FirebaseSwiftUIExampleUITests.log | xcpretty --test --color --simple
58
- name: Upload test logs
59
if: always()
60
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
61
with:
62
name: swiftui-auth-test-logs
63
path: |
0 commit comments