Skip to content

Commit 99b41ee

Browse files
Fix publish error in main.yml
1 parent e634cf0 commit 99b41ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: bash
4545
run: |
4646
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
47-
- uses: actions/cache@v3
47+
- uses: actions/cache@v4
4848
name: Setup pnpm cache
4949
with:
5050
path: ${{ env.STORE_PATH }}
@@ -58,12 +58,12 @@ jobs:
5858
- name: Setup CNAME
5959
run: echo "lucknow.asetalias.in" > dist/CNAME
6060
- name: Setup Pages
61-
uses: actions/configure-pages@v3
61+
uses: actions/configure-pages@v5
6262
- name: Upload artifact
63-
uses: actions/upload-pages-artifact@v1
63+
uses: actions/upload-pages-artifact@v2
6464
with:
6565
# Upload dist repository
6666
path: './dist'
6767
- name: Deploy to GitHub Pages
6868
id: deployment
69-
uses: actions/deploy-pages@v1
69+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)