diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index a549d0c5..2ccc77d6 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -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 @@ -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: | diff --git a/.github/workflows/sample-build.yml b/.github/workflows/sample-build.yml index f62cc2f6..39eb156a 100644 --- a/.github/workflows/sample-build.yml +++ b/.github/workflows/sample-build.yml @@ -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 @@ -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