From 5e2b21472cb6bb4b7e366fcdf0981515caa8aad0 Mon Sep 17 00:00:00 2001 From: TONresistor <240980241+TONresistor@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:03:51 +0200 Subject: [PATCH] chore(ci): update release actions --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e78c17e5..e35ff8b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: - name: Enforce SDK coverage run: npm run test:sdk:coverage - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: dist path: dist/ @@ -102,7 +102,7 @@ jobs: - run: cd web && npm ci if: steps.check.outputs.publish == 'true' - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 if: steps.check.outputs.publish == 'true' with: name: dist @@ -234,7 +234,7 @@ jobs: - name: Create GitHub Release if: steps.check.outputs.exists == 'false' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: generate_release_notes: true body: |