Skip to content

Commit 4fac146

Browse files
committed
update workflow
1 parent cce5ad7 commit 4fac146

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Setup Pages
29-
uses: actions/configure-pages@v4
29+
uses: actions/configure-pages@v5
3030

3131
- name: Upload artifact
32-
uses: actions/upload-pages-artifact@v3
32+
uses: actions/upload-pages-artifact@v4
3333
with:
3434
path: '.'
3535

0 commit comments

Comments
 (0)