Skip to content

Commit

Permalink
[Infra] Migrate health-metrics-presubmit.yml to actions/upload-artifa…
Browse files Browse the repository at this point in the history
…ct@v4 (#14039)
  • Loading branch information
ncooke3 authored Nov 6, 2024
1 parent 806ffb2 commit f96b347
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/health-metrics-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: scripts/setup_bundler.sh
- name: Build and test
run: ./scripts/health_metrics/pod_test_code_coverage_report.sh --sdk=FirebaseABTesting --platform=${{ matrix.target }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: codecoverage
path: /Users/runner/*.xcresult
Expand All @@ -95,7 +95,7 @@ jobs:
run: scripts/setup_bundler.sh
- name: Build and test
run: ./scripts/health_metrics/pod_test_code_coverage_report.sh --sdk=FirebaseAuth --platform=${{ matrix.target }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: codecoverage
path: /Users/runner/*.xcresult
Expand All @@ -120,7 +120,7 @@ jobs:
run: ./scripts/health_metrics/pod_test_code_coverage_report.sh --sdk=FirebaseDatabase --platform=${{ matrix.target }}
# TODO: Make sure that https://github.com/actions/upload-artifact/issues/478 is resolved
# before going to actions/upload-artifact@v4.
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: codecoverage
path: /Users/runner/*.xcresult
Expand All @@ -143,7 +143,7 @@ jobs:
run: scripts/setup_bundler.sh
- name: Build and test
run: ./scripts/health_metrics/pod_test_code_coverage_report.sh --sdk=FirebaseDynamicLinks --platform=${{ matrix.target }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: codecoverage
path: /Users/runner/*.xcresult
Expand All @@ -169,7 +169,7 @@ jobs:
run: |
export EXPERIMENTAL_MODE=true
./scripts/health_metrics/pod_test_code_coverage_report.sh --sdk=FirebaseFirestore --platform=${{ matrix.target }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: codecoverage
path: /Users/runner/*.xcresult
Expand All @@ -192,7 +192,7 @@ jobs:
run: scripts/setup_bundler.sh
- name: Build and test
run: ./scripts/health_metrics/pod_test_code_coverage_report.sh --sdk=FirebaseFunctions --platform=${{ matrix.target }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: codecoverage
path: /Users/runner/*.xcresult
Expand All @@ -215,7 +215,7 @@ jobs:
run: scripts/setup_bundler.sh
- name: Build and test
run: ./scripts/health_metrics/pod_test_code_coverage_report.sh --sdk=FirebaseInAppMessaging --platform=${{ matrix.target }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: codecoverage
path: /Users/runner/*.xcresult
Expand All @@ -238,7 +238,7 @@ jobs:
run: scripts/setup_bundler.sh
- name: Build and test
run: ./scripts/health_metrics/pod_test_code_coverage_report.sh --sdk=FirebaseMessaging --platform=${{ matrix.target }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: codecoverage
path: /Users/runner/*.xcresult
Expand All @@ -264,7 +264,7 @@ jobs:
run: gem install xcpretty
- name: Build and test
run: ./scripts/health_metrics/pod_test_code_coverage_report.sh --sdk=FirebasePerformance --platform=${{ matrix.target }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: codecoverage
path: /Users/runner/*.xcresult
Expand All @@ -287,7 +287,7 @@ jobs:
run: scripts/setup_bundler.sh
- name: Build and test
run: ./scripts/health_metrics/pod_test_code_coverage_report.sh --sdk=FirebaseRemoteConfig --platform=${{ matrix.target }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: codecoverage
path: /Users/runner/*.xcresult
Expand All @@ -310,7 +310,7 @@ jobs:
run: scripts/setup_bundler.sh
- name: Build and test
run: ./scripts/health_metrics/pod_test_code_coverage_report.sh --sdk=FirebaseStorage --platform=${{ matrix.target }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: codecoverage
path: /Users/runner/*.xcresult
Expand Down

0 comments on commit f96b347

Please sign in to comment.