From 4b74f3166cb51542d2491213b6d8ea9bf16990dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 06:14:25 +0000 Subject: [PATCH] ci(deps): bump actions/upload-artifact from 5 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...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 | 6 +++--- .github/workflows/performance.yml | 4 ++-- .github/workflows/security.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1126e91..a4a43565 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: fi - name: Upload TinyGo Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: tinygo-component-${{ matrix.os }} path: | @@ -169,7 +169,7 @@ jobs: # wasm-tools component wit bazel-bin/rust/file_ops_component_wasm.wasm # # - name: Upload Rust Artifacts - # uses: actions/upload-artifact@v5 + # uses: actions/upload-artifact@v7 # with: # name: rust-component-${{ matrix.os }} # path: | @@ -359,7 +359,7 @@ jobs: run: npm run build - name: Upload documentation artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: documentation path: docs-site/dist/ diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index ad1a8913..dd3172b7 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -284,7 +284,7 @@ jobs: # fi - name: Upload Performance Results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: performance-results-${{ matrix.os }} path: | @@ -376,7 +376,7 @@ jobs: grep -E "(Maximum resident set size|User time|System time)" >> profile_results.md || echo "Detailed profiling data not available" >> profile_results.md - name: Upload Profiling Results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: resource-profiling-results path: | diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index ae72505c..0752fc27 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -287,7 +287,7 @@ jobs: ls -la sbom.* - name: Upload SBOM Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: sbom-reports path: |