From 65a411df73574ab7d1ed314ea01b475e0ab99332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:06:16 +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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 614a5c26..71b43da3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: DOCS_RS: 1 run: cargo doc --no-deps --features full-async,parallel,doc-cfg,bindgen - name: Upload docs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: docs path: | @@ -432,7 +432,7 @@ jobs: cat sys/src/bindings/${{ matrix.target }}.rs - name: Upload bindings if: matrix.task == 'bindings' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: bindings-${{ matrix.target }} path: sys/src/bindings/${{ matrix.target }}.rs