From d3bb325dbf7029ec03ee2b0f44716f8fc3b20ea6 Mon Sep 17 00:00:00 2001 From: NOBATGELDI GELDIMAMMEDOV Date: Mon, 8 Apr 2024 12:07:31 -0700 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index a38add9..47498ab 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -34,7 +34,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v3 - name: Setup Node.js environment - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.2 - name: Run install uses: borales/actions-yarn@v4 @@ -42,15 +42,15 @@ jobs: cmd: install # will run `yarn install` command - name: Build production bundle - uses: borales/actions-yarn@v4 + uses: borales/actions-yarn@v5 with: cmd: build # will run `yarn build:prod` command - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: # Upload entire repository path: './build' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4.0.5