From c830e5d5b3afc3532ca0d2515b63c7a21699ed26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:24:33 +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.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e257e6d..4e49e76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,13 +39,13 @@ jobs: run: tar -cvf ../../test-components.tar *.wasm* working-directory: ./lib/test - name: Upload components.tar - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: components.tar path: components.tar retention-days: 7 - name: Upload test-components.tar - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-components.tar path: test-components.tar