File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
uses : actions/setup-java@v4
27
27
with :
28
28
java-version : 17
29
- distribution : adopt
29
+ distribution : temurin
30
30
- name : Cache Maven packages
31
31
uses : actions/cache@v4
32
32
with :
@@ -43,23 +43,23 @@ jobs:
43
43
#print the folder structure up to depth 2 on the console as we have no other option of getting an inside into workspace folder
44
44
find . -maxdepth 2
45
45
- name : Archive P2 Repository
46
- uses : actions/upload-artifact@v3
46
+ uses : actions/upload-artifact@v4
47
47
with :
48
48
name : KLighD P2 Repository
49
49
path : build/de.cau.cs.kieler.klighd.repository/target/repository/**/*
50
50
retention-days : 14
51
51
if-no-files-found : error
52
52
- name : Archive MVN Repository
53
53
if : ${{ !contains(github.ref, 'releases-') }}
54
- uses : actions/upload-artifact@v3
54
+ uses : actions/upload-artifact@v4
55
55
with :
56
56
name : KLighD MVN Repository
57
57
path : klighd-snapshots/**/*
58
58
retention-days : 14
59
59
if-no-files-found : error
60
60
- name : Archive MVN Release Repository
61
61
if : ${{ contains(github.ref, 'releases-') }}
62
- uses : actions/upload-artifact@v3
62
+ uses : actions/upload-artifact@v4
63
63
with :
64
64
name : KLighD MVN Repository
65
65
path : klighd/**/*
You can’t perform that action at this time.
0 commit comments