From 1b8c957a11a690ebe53bbc3a8a49e8df045d509c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 18:39:57 +0000 Subject: [PATCH] ci(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-native.yml | 4 ++-- .github/workflows/test.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 53310495..2fe32d9d 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -107,7 +107,7 @@ jobs: shell: bash - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: native-${{ matrix.target }} path: dist/native/${{ matrix.target }}/ @@ -177,7 +177,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Store artifacts for manual download - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: all-native-binaries path: dist/*.tar.gz diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca8bb2ab..526fe38f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -96,7 +96,7 @@ jobs: JEST_INTEGRATION_MODE: 'true' - name: Upload integration test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: integration-test-results @@ -159,7 +159,7 @@ jobs: timeout-minutes: 30 - name: Upload E2E test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: e2e-test-results @@ -211,7 +211,7 @@ jobs: CI: true - name: Upload benchmark results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: benchmark-results path: benchmark-results/