From 27486b1de2c4a12e836a60dab65a17df4b9ce1c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:19:53 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/buildandtest.yml | 8 ++++---- .github/workflows/e2e-v2.yml | 6 +++--- .github/workflows/sample-application-expo.yml | 2 +- .github/workflows/sample-application.yml | 6 +++--- .github/workflows/testflight.yml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index 486867ba46..0a5757e880 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -124,24 +124,24 @@ jobs: - name: Build run: yarn build - name: Archive dist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: dist path: packages/core/dist - name: Archive ts3.8 - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ts3.8 path: packages/core/ts3.8 - name: Archive Expo Plugin - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: expo-plugin path: packages/core/plugin/build - name: Pack run: yarn build:tarball - name: Archive Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ github.sha }} path: | diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 4560d90c72..0659764ce0 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -280,7 +280,7 @@ jobs: - name: Upload App if: matrix.build-type == 'production' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-app-package path: dev-packages/e2e-tests/RnDiffApp.ap* @@ -288,7 +288,7 @@ jobs: - name: Upload logs if: ${{ always() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: rn-build-logs-${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }} path: dev-packages/e2e-tests/react-native-versions/${{ matrix.rn-version }}/RnDiffApp/ios/*.log @@ -419,7 +419,7 @@ jobs: - name: Upload logs if: ${{ always() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-logs path: ./dev-packages/e2e-tests/maestro-logs diff --git a/.github/workflows/sample-application-expo.yml b/.github/workflows/sample-application-expo.yml index bc0148c547..6d1008e5f6 100644 --- a/.github/workflows/sample-application-expo.yml +++ b/.github/workflows/sample-application-expo.yml @@ -141,7 +141,7 @@ jobs: - name: Upload logs if: ${{ always() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-sample-expo-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-logs path: samples/expo/${{ matrix.platform }}/*.log diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml index 7592a08077..a8ed19f952 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -191,7 +191,7 @@ jobs: - name: Upload iOS APP if: ${{ matrix.platform == 'ios' && matrix.rn-architecture == 'new' && matrix.build-type == 'production' && matrix.ios-use-frameworks == 'no-frameworks' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-${{ matrix.platform }} path: ${{ env.IOS_APP_ARCHIVE_PATH }} @@ -199,7 +199,7 @@ jobs: - name: Upload Android APK if: ${{ matrix.platform == 'android' && matrix.rn-architecture == 'new' && matrix.build-type == 'production' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.platform }} path: ${{ env.ANDROID_APP_ARCHIVE_PATH }} @@ -207,7 +207,7 @@ jobs: - name: Upload logs if: ${{ always() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-sample-${{ matrix.rn-architecture }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-logs path: ${{ env.REACT_NATIVE_SAMPLE_PATH }}/${{ matrix.platform }}/*.log diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index af98cddece..a0df4cad40 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -68,7 +68,7 @@ jobs: bundle exec fastlane ios upload_react_native_sample_to_testflight - name: Upload Xcode Archive - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: sentry-react-native-sample-xcode-archive-for-testflight path: samples/react-native/sentryreactnativesample.xcarchive