Skip to content

Commit 328b29c

Browse files
author
jan
committed
upgrade all action versions to latest; lets hope this works :-S
1 parent 36f2596 commit 328b29c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/maven.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,41 +15,41 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Set up Maven
2020
uses: stCarolas/[email protected]
2121
with:
2222
maven-version: 3.9.6
2323
- name: Set up JDK 17
24-
uses: actions/setup-java@v2
24+
uses: actions/setup-java@v4
2525
with:
2626
java-version: '17'
2727
distribution: 'adopt'
2828
- name: Build Sloeber with Maven
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@v3
32+
uses: actions/upload-artifact@v4.3
3333
with:
3434
name: Repository
3535
path: io.sloeber.updatesite/target/repository
3636
- name: Archive Windows 64 bit
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4.3
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@v3
42+
uses: actions/upload-artifact@v4.3
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@v3
47+
uses: actions/upload-artifact@v4.3
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@v3
52+
uses: actions/upload-artifact@v4.3
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)