From 3292f17961ffd0fe5ad066b3c9d3b450d2974706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 01:09:22 +0000 Subject: [PATCH] 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/e2e-full.yml | 6 +++--- .github/workflows/pr-checks.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index 084b2fb..058e531 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -69,7 +69,7 @@ jobs: - name: Upload reports and logs if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: android-${{ matrix.device }}-reports path: | @@ -142,7 +142,7 @@ jobs: - name: Upload reports and logs if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ios-${{ matrix.device }}-reports path: | @@ -258,7 +258,7 @@ jobs: - name: Upload reports and logs if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: react-native-${{ matrix.platform }}-${{ matrix.device }}-reports path: | diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 341bc3c..9441e7f 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -29,7 +29,7 @@ jobs: - name: Upload reports and logs if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: fast-test-reports path: | @@ -86,7 +86,7 @@ jobs: - name: Upload reports and logs if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: android-max-reports path: | @@ -150,7 +150,7 @@ jobs: - name: Upload reports and logs if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ios-max-reports path: | @@ -266,7 +266,7 @@ jobs: - name: Upload reports and logs if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: react-native-${{ matrix.platform }}-${{ matrix.device }}-reports path: |