@@ -15,41 +15,41 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
- name : Set up Maven
20
20
21
21
with :
22
22
maven-version : 3.9.6
23
23
- name : Set up JDK 17
24
- uses : actions/setup-java@v2
24
+ uses : actions/setup-java@v4
25
25
with :
26
26
java-version : ' 17'
27
27
distribution : ' adopt'
28
28
- name : Build Sloeber with Maven
29
29
run : mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
30
30
31
31
- name : Archive production artifacts
32
- uses : actions/upload-artifact@v3
32
+ uses : actions/upload-artifact@v4.3
33
33
with :
34
34
name : Repository
35
35
path : io.sloeber.updatesite/target/repository
36
36
- name : Archive Windows 64 bit
37
- uses : actions/upload-artifact@v3
37
+ uses : actions/upload-artifact@v4.3
38
38
with :
39
39
name : windows
40
40
path : io.sloeber.product/target/products/sloeber-ide-sloeber_release-win32.win32.x86_64.zip
41
41
- name : Archive Linux 64 bit
42
- uses : actions/upload-artifact@v3
42
+ uses : actions/upload-artifact@v4.3
43
43
with :
44
44
name : linux
45
45
path : io.sloeber.product/target/products/sloeber-ide-sloeber_release-linux.gtk.x86_64.tar.gz
46
46
- name : Archive Mac 64 bit
47
- uses : actions/upload-artifact@v3
47
+ uses : actions/upload-artifact@v4.3
48
48
with :
49
49
name : macosx
50
50
path : io.sloeber.product/target/products/sloeber-ide-sloeber_release-macosx.cocoa.x86_64.zip
51
51
- name : Archive Mac ARM 64 bit
52
- uses : actions/upload-artifact@v3
52
+ uses : actions/upload-artifact@v4.3
53
53
with :
54
54
name : macosx_arm
55
55
path : io.sloeber.product/target/products/sloeber-ide-sloeber_release-macosx.cocoa.aarch64.zip
0 commit comments