Skip to content

Commit da30710

Browse files
authored
fix(ci): update pages actions
i'm unclear as to why the builds are failing, but hopeful that having them on the same version will help.
1 parent 5fad43a commit da30710

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v3
2626
- name: Setup Pages
27-
uses: actions/configure-pages@v2
27+
uses: actions/configure-pages@v5
2828
- uses: mlugg/setup-zig@v1
2929
with:
3030
version: 0.14.0-dev.3259+0779e847f
3131
- run: make docs
3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v3
33+
uses: actions/upload-pages-artifact@v4
3434
with:
3535
path: 'zig-out/docs'
3636
- name: Deploy to GitHub Pages
3737
id: deployment
38-
uses: actions/deploy-pages@v1
38+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)