From 7869ca2d6aa45875b6cbd99b91e133f0bfffb560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:21:36 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint_test_and_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint_test_and_build.yml b/.github/workflows/lint_test_and_build.yml index 37fa734..f88c6c4 100644 --- a/.github/workflows/lint_test_and_build.yml +++ b/.github/workflows/lint_test_and_build.yml @@ -32,7 +32,7 @@ jobs: - run: task test:e2e:tun - run: task test:e2e:lib:tun - run: task build - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: ${{ github.sha }} path: build/ @@ -53,7 +53,7 @@ jobs: - run: task deps - run: task build:lib:darwin - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: darwin-${{ github.sha }} path: build/