Skip to content

Commit 5367d0c

Browse files
authored
Update static.yml
1 parent 9fc853f commit 5367d0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/static.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
with:
3535
repository: Garux/netradiant-custom
3636
- name: Setup Pages
37-
uses: actions/configure-pages@v3
37+
uses: actions/configure-pages@v5
3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v1
39+
uses: actions/upload-pages-artifact@v3
4040
with:
4141
# Upload entire repository
4242
path: './docs/shaderManual'
4343
- name: Deploy to GitHub Pages
4444
id: deployment
45-
uses: actions/deploy-pages@v2
45+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)