Skip to content

Commit 975f87a

Browse files
committed
Update upload-pages-artifact action to v2
Upgraded the GitHub Actions 'upload-pages-artifact' step from v1 to v2 in the Pages workflow for improved compatibility and features.
1 parent 6cd494a commit 975f87a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- name: Setup Pages
2626
uses: actions/configure-pages@v4
2727

28-
# 3. Upload Pages artifact
28+
# 3. Upload Pages artifact (updated to v2)
2929
- name: Upload Pages artifact
30-
uses: actions/upload-pages-artifact@v1
30+
uses: actions/upload-pages-artifact@v2
3131
with:
3232
path: ./ # deploy from root where index.html lives
3333

0 commit comments

Comments
 (0)