Skip to content

Commit 513f154

Browse files
committed
chore(ci): migrate GH workflows
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent b44f4de commit 513f154

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
cd docgen/xml
3737
./gen.sh
3838
- name: Archive JSON Schema documentation
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: JSON-Schema-documentation
4242
path: docgen/json/docs
4343
- name: Archive XML Schema documentation
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: XML-Schema-documentation
4747
path: docgen/xml/docs

0 commit comments

Comments
 (0)