Skip to content

Commit 24c70f5

Browse files
hendriknielaenderinge4pres
authored andcommitted
fix(ci): upload-pages-artifact use v3
Signed-off-by: hndrk <[email protected]>
1 parent b2f3406 commit 24c70f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: zig build docs
1717

1818
- name: Upload Pages artifact
19-
uses: actions/upload-pages-artifact@v4
19+
uses: actions/upload-pages-artifact@v3
2020
with:
2121
path: ./zig-out/docs
2222

0 commit comments

Comments
 (0)