From 2fdbef639697f06d3852df630597320384f709d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 07:16:38 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload- artifact) from 4 to 7. Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a6ab34..f901727 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: cyclonedx-py environment -o python/dist/sbom-python.cdx.json - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: python-wheel-${{ matrix.os }} path: | @@ -121,7 +121,7 @@ jobs: cd python maturin sdist --out dist/ ls -la dist/ - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: python-sdist path: python/dist/*.tar.gz @@ -186,7 +186,7 @@ jobs: cd typescript npx -y @cyclonedx/cyclonedx-npm --output-file sbom-typescript.cdx.json - name: Upload TS artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ts-package path: | @@ -222,7 +222,7 @@ jobs: cp crates/shadow-core/shadow-diff.cdx.json sbom-rust.cdx.json || \ printf '%s' '{"bomFormat":"CycloneDX","specVersion":"1.5","version":1,"components":[],"metadata":{"component":{"type":"library","name":"shadow-diff"}}}' \ > sbom-rust.cdx.json - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: rust-crate path: |