From 011babe20576897e780e8ef58a1f2b0d82c16888 Mon Sep 17 00:00:00 2001 From: Hangjit Rai Date: Mon, 14 Oct 2024 09:48:11 +1100 Subject: [PATCH] using new upload-artifact version --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23d326b..a5adb18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,8 +30,7 @@ jobs: name: Create release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: - gh release create "${{ steps.daily-version.outputs.version }}" + run: gh release create "${{ steps.daily-version.outputs.version }}" Build-and-upload-artifacts: needs: Version @@ -60,7 +59,7 @@ jobs: VER: ${{ needs.Version.outputs.version }} run: | yarn update-version:${{ matrix.command }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: path: distribution