Skip to content
Closed
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,15 @@ jobs:

- name: Upload Android reports
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: Android-Build-Reports-new-arch-${{ matrix.new-arch }}
path: example/android/**/build/reports
if-no-files-found: ignore
retention-days: 7

- name: Upload APK
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: app-release-${{ github.sha }}-new-arch-${{ matrix.new-arch }}
path: example/android/app-release-${{ github.sha }}-new-arch-${{ matrix.new-arch }}.apk
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:

- name: Upload instrumentation reports
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: New-Arch-Runtime-Test-Reports-${{ matrix.api-level }}
path: |
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:

- name: Upload iOS test results
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: iOS-Test-Results-new-arch-${{ matrix.new-arch }}
path: ${{ runner.temp }}/ios-tests.xcresult
Expand Down