Skip to content

Commit dd46447

Browse files
author
Markson Hon
committed
ci: update more modules
1 parent 70a83b2 commit dd46447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ jobs:
6262
- name: Setup Pages
6363
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
6464
id: pages
65-
uses: actions/configure-pages@v2
65+
uses: actions/configure-pages@v5
6666

6767
- name: Upload artifact
6868
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
69-
uses: actions/upload-pages-artifact@v1
69+
uses: actions/upload-pages-artifact@v4
7070
with:
7171
path: ./public
7272

0 commit comments

Comments
 (0)