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