We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219ea1f commit cdf62baCopy full SHA for cdf62ba
.github/workflows/build-ls-bus.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: copy images, examples, headers, schemas and LICENSE.txt
35
run: tar cfC - docs images examples ../headers ../schema ../LICENSE.txt | tar xfC - build
36
- name: archive layered standard Network Communication
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
38
with:
39
name: FMI-LS-BUS
40
path: build/*
0 commit comments