From cb8e7708e6304231a06986879db71d0a53425dc6 Mon Sep 17 00:00:00 2001 From: "akua-renovate[bot]" <263923596+akua-renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 05:15:15 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f124205..4be00a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: | version="$(bun -p "require('./package.json').version")" bun scripts/release.ts package --version "$version" --output dist/release - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: akua-release-candidate path: dist/release/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a2df9a..60fcb23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: - run: mise run check - name: Build and verify all release artifacts run: bun scripts/release.ts package --version "$VERSION" --output dist/release - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: akua-release-${{ inputs.version }} path: dist/release/