Skip to content

Commit e92a1ea

Browse files
author
jan
committed
[email protected] did not work now trying upload-artifact@v4
1 parent 328b29c commit e92a1ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@ jobs:
2929
run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
3030

3131
- name: Archive production artifacts
32-
uses: actions/upload-artifact@v4.3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: Repository
3535
path: io.sloeber.updatesite/target/repository
3636
- name: Archive Windows 64 bit
37-
uses: actions/upload-artifact@v4.3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: windows
4040
path: io.sloeber.product/target/products/sloeber-ide-sloeber_release-win32.win32.x86_64.zip
4141
- name: Archive Linux 64 bit
42-
uses: actions/upload-artifact@v4.3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: linux
4545
path: io.sloeber.product/target/products/sloeber-ide-sloeber_release-linux.gtk.x86_64.tar.gz
4646
- name: Archive Mac 64 bit
47-
uses: actions/upload-artifact@v4.3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: macosx
5050
path: io.sloeber.product/target/products/sloeber-ide-sloeber_release-macosx.cocoa.x86_64.zip
5151
- name: Archive Mac ARM 64 bit
52-
uses: actions/upload-artifact@v4.3
52+
uses: actions/upload-artifact@v4
5353
with:
5454
name: macosx_arm
5555
path: io.sloeber.product/target/products/sloeber-ide-sloeber_release-macosx.cocoa.aarch64.zip

0 commit comments

Comments
 (0)