From 4e4df5de078760a37bde8f9f2bc316fbb5af67a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:44:12 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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/bindings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bindings.yml b/.github/workflows/bindings.yml index 008ba8f..5989b0c 100644 --- a/.github/workflows/bindings.yml +++ b/.github/workflows/bindings.yml @@ -27,7 +27,7 @@ jobs: - name: Build librustwright_capi (release) run: cargo build -p rustwright-capi --release --locked - name: Upload native library - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: librustwright_capi-linux path: target/release/librustwright_capi.so @@ -146,7 +146,7 @@ jobs: PY - name: Upload results if: steps.has.outputs.ok == 'true' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: results-${{ matrix.lang }} path: ${{ env.RW_OUT }}