Skip to content

Commit 45b8439

Browse files
committed
feat: update workflow versions
1 parent 19a1810 commit 45b8439

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/frag_z.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,18 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
submodules: true
2828

2929
- name: Generate HTML
3030
run: ./build_site.sh
3131

32-
3332
- name: Setup Pages
34-
uses: actions/configure-pages@v3
33+
uses: actions/configure-pages@v4
3534

3635
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v2
36+
uses: actions/upload-pages-artifact@v3
3837
with:
3938
path: 'generated_html'
4039

@@ -47,4 +46,4 @@ jobs:
4746
steps:
4847
- name: Deploy to GitHub Pages
4948
id: deployment
50-
uses: actions/deploy-pages@v2
49+
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)