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 @@ -19,21 +19,21 @@ jobs:
1919 - scout
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - name : Set up JDK 21
24- uses : actions/setup-java@v3
24+ uses : actions/setup-java@v4
2525 with :
2626 java-version : ' 21'
2727 distribution : ' temurin'
2828 cache : maven
2929 - name : Set up Maven
30- uses : stCarolas/setup-maven@07fbbe97d97ef44336b7382563d66743297e442f # v4.5
30+ uses : stCarolas/setup-maven@v5
3131 with :
3232 maven-version : 3.9.9
3333 - name : Build with Maven
3434 run : mvn clean verify -B -Pepp.p2.${{ matrix.package }} -Pepp.product.${{ matrix.package }} -Pepp.p2.common
3535 - name : Upload bundle information
36- uses : actions/upload-artifact@v3
36+ uses : actions/upload-artifact@v4
3737 if : success() || failure()
3838 with :
3939 name : bundles.info for ${{ matrix.package }}
You can’t perform that action at this time.
0 commit comments