From 502f6180658bf9598e2e7c34a136d31411e3b5e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 17:06:54 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index c3fbe8b7..4461b248 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -17,7 +17,7 @@ jobs: ${{ runner.os }}-node- - run: npm install - run: npm run package -- linux - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v7 with: name: linux path: | @@ -39,7 +39,7 @@ jobs: ${{ runner.os }}-node- - run: npm install - run: npm run package -- darwin - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v7 with: name: macos path: | @@ -60,7 +60,7 @@ jobs: ${{ runner.os }}-node- - run: npm install - run: npm run package -- win32 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v7 with: name: windows path: |