From 6a38803461cbf8bdac0b999f0dc7089c5baab334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:02:16 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' 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 c3754b6dd6..53ed324f4a 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@v5 + uses: actions/upload-artifact@v6 with: name: dist path: packages/core/dist - name: Archive ts3.8 - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ts3.8 path: packages/core/ts3.8 - name: Archive Expo Plugin - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: expo-plugin path: packages/core/plugin/build - name: Pack run: yarn build:tarball - name: Archive Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ github.sha }} path: | diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index decc401c34..b6b03e3705 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -286,7 +286,7 @@ jobs: - name: Upload App if: matrix.build-type == 'production' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 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* @@ -294,7 +294,7 @@ jobs: - name: Upload logs if: ${{ always() }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 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 @@ -417,7 +417,7 @@ jobs: - name: Upload logs if: ${{ always() }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 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 edb577d7de..6cae2cee91 100644 --- a/.github/workflows/sample-application-expo.yml +++ b/.github/workflows/sample-application-expo.yml @@ -150,7 +150,7 @@ jobs: - name: Upload logs if: ${{ always() }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 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 3ae494a58e..377644cd16 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -200,7 +200,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@v5 + uses: actions/upload-artifact@v6 with: name: sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-${{ matrix.platform }} path: ${{ env.IOS_APP_ARCHIVE_PATH }} @@ -208,7 +208,7 @@ jobs: - name: Upload Android APK if: ${{ matrix.platform == 'android' && matrix.rn-architecture == 'new' && matrix.build-type == 'production' }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.platform }} path: ${{ env.ANDROID_APP_ARCHIVE_PATH }} @@ -216,7 +216,7 @@ jobs: - name: Upload logs if: ${{ always() }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 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 6ac3b1cc0d..36020b7e0d 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@v5 + uses: actions/upload-artifact@v6 with: name: sentry-react-native-sample-xcode-archive-for-testflight path: samples/react-native/sentryreactnativesample.xcarchive