Skip to content

Commit cdf62ba

Browse files
bmenne-dspaceBenedikt Menne
and
Benedikt Menne
authored
Fixed build pipeline (new version of actions/upload-artifact) (#235)
Co-authored-by: Benedikt Menne <[email protected]>
1 parent 219ea1f commit cdf62ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ls-bus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: copy images, examples, headers, schemas and LICENSE.txt
3535
run: tar cfC - docs images examples ../headers ../schema ../LICENSE.txt | tar xfC - build
3636
- name: archive layered standard Network Communication
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: FMI-LS-BUS
4040
path: build/*

0 commit comments

Comments
 (0)