From 2fcf748591a2bffa70f340ce8d70c978004f6c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 07:43:10 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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 845381b770..59b9238e51 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -144,24 +144,24 @@ jobs: - name: Build run: yarn build - name: Archive dist - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dist path: packages/core/dist - name: Archive ts3.8 - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ts3.8 path: packages/core/ts3.8 - name: Archive Expo Plugin - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: expo-plugin path: packages/core/plugin/build - name: Pack run: yarn build:tarball - name: Archive Artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ github.sha }} path: | diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 8b9c6dd609..a651446070 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -299,7 +299,7 @@ jobs: - name: Upload App if: matrix.build-type == 'production' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 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* @@ -307,7 +307,7 @@ jobs: - name: Upload logs if: ${{ always() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 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 @@ -438,7 +438,7 @@ jobs: - name: Upload logs if: ${{ always() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-logs path: | diff --git a/.github/workflows/sample-application-expo.yml b/.github/workflows/sample-application-expo.yml index 5cbdf706a6..83a365f597 100644 --- a/.github/workflows/sample-application-expo.yml +++ b/.github/workflows/sample-application-expo.yml @@ -162,7 +162,7 @@ jobs: - name: Upload logs if: ${{ always() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 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 9b64df36cf..61005f7f52 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -184,7 +184,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@v6 + uses: actions/upload-artifact@v7 with: name: sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-${{ matrix.platform }} path: ${{ env.IOS_APP_ARCHIVE_PATH }} @@ -192,7 +192,7 @@ jobs: - name: Upload Android APK if: ${{ matrix.platform == 'android' && matrix.rn-architecture == 'new' && matrix.build-type == 'production' }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.platform }} path: ${{ env.ANDROID_APP_ARCHIVE_PATH }} @@ -200,7 +200,7 @@ jobs: - name: Upload logs if: ${{ always() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 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 c6b3955e55..4730f10815 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -71,7 +71,7 @@ jobs: bundle exec fastlane ios upload_react_native_sample_to_testflight - name: Upload Xcode Archive - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: sentry-react-native-sample-xcode-archive-for-testflight path: samples/react-native/sentryreactnativesample.xcarchive