Skip to content

Commit 09ccfef

Browse files
committed
Downgrade upload artifact action in GitHub Pages workflow to version 3
1 parent 482c6f1 commit 09ccfef

File tree

2 files changed

+184
-100
lines changed

2 files changed

+184
-100
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ jobs:
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v3
4444
- name: Upload artifact
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-pages-artifact@v3
4646
with:
4747
# Upload dist repository
48-
name: github-pages # Explicitly name the artifact
4948
path: "./dist"
5049
- name: Deploy to GitHub Pages
5150
id: deployment

0 commit comments

Comments
 (0)