Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/buildandtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
yalc publish

- name: Upload yalc package
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: yalc-package
if-no-files-found: error
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Pack
run: yarn pack
- name: Archive artifacts
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v6
with:
name: ${{ github.sha }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sample-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: ./gradlew --no-daemon assembleDebug

- name: Upload Android APK
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: ${{ matrix.bump }}-android-apk
if-no-files-found: warn
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
build | xcpretty && exit ${PIPESTATUS[0]}

- name: Upload iOS build logs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: ${{ matrix.bump }}-ios-build-logs
if-no-files-found: warn
Expand Down
Loading