Skip to content

Commit 63f8a2c

Browse files
committed
Update upload-pages-artifact action to version 2 in GitHub Actions workflow
1 parent ed004d7 commit 63f8a2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Upload site folder for Pages
21-
uses: actions/upload-pages-artifact@v1
21+
uses: actions/upload-pages-artifact@v2
2222
with:
2323
path: ./site
2424

0 commit comments

Comments
 (0)