Update ci.yml

This commit is contained in:
Caner Karaca 2024-01-07 20:21:32 +03:00 committed by GitHub
parent 1dc24222ca
commit b3c39bcbb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -13,10 +13,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
@ -53,7 +53,7 @@ jobs:
- name: Build asar
run: pnpm dist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Upload artifact
# if: ${{ github.ref == 'refs/heads/main' }} # Only create artifacts when pushed to main
with: