Skip to content

Commit

Permalink
Merge branch 'master' into 1.6-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalleck authored Dec 27, 2023
2 parents 6df7182 + 8af880d commit 033f36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: ./gen.sh
- name: Archive Schema documentation
# https://github.com/actions/upload-artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: XML-Schema-documentation
path: docgen/xml/docs
Expand All @@ -53,7 +53,7 @@ jobs:
run: ./gen.sh
- name: Archive Schema documentation
# https://github.com/actions/upload-artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: JSON-Schema-documentation
path: docgen/json/docs
Expand Down

0 comments on commit 033f36d

Please sign in to comment.