Skip to content

Commit

Permalink
add: V4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik-Kanzariya committed Sep 27, 2024
1 parent c77e7e4 commit 1aa8d86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v1
Expand All @@ -26,7 +26,7 @@ jobs:
run: npm run build

- name: Upload production-ready build files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: production-files
path: ./dist
Expand All @@ -39,7 +39,7 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: production-files
path: ./dist
Expand Down

0 comments on commit 1aa8d86

Please sign in to comment.