Internal: Fix the CI build (#424)

This commit is contained in:
Yakir Sitbon 2024-12-01 15:07:52 +02:00 committed by GitHub
parent d5c0d0f95b
commit 3da6fc23df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
@ -40,7 +40,7 @@ jobs:
- name: Build
run: npm run zip
- name: Upload zip file to GitHub actions artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: hello-elementor
path: hello-elementor