File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,27 +29,27 @@ jobs:
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@v4.3
32
+ uses : actions/upload-artifact@v4
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@v4.3
37
+ uses : actions/upload-artifact@v4
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@v4.3
42
+ uses : actions/upload-artifact@v4
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@v4.3
47
+ uses : actions/upload-artifact@v4
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@v4.3
52
+ uses : actions/upload-artifact@v4
53
53
with :
54
54
name : macosx_arm
55
55
path : io.sloeber.product/target/products/sloeber-ide-sloeber_release-macosx.cocoa.aarch64.zip
You can’t perform that action at this time.
0 commit comments