We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0c8e2 commit fbf6b6aCopy full SHA for fbf6b6a
.github/workflows/build-spec.yml
@@ -37,7 +37,7 @@ jobs:
37
PowerShell -ExecutionPolicy Bypass -Command ./generate_figures.ps1
38
39
- name: Create ZIP archive
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4.4.0
41
with:
42
name: schema-figures
43
path: docs/images/schema/*.png
@@ -53,7 +53,7 @@ jobs:
53
54
submodules: recursive
55
56
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4.1.8
57
58
59
path: docs/images/schema
@@ -88,7 +88,7 @@ jobs:
88
cp docs/images/schema/*.png build/images/schema
89
90
91
92
93
name: FMI-Specification
94
path: build/*
0 commit comments