File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131 # Pinned 1.0.0 version
3232 - uses : haya14busa/action-workflow_run-status@967ed83efa565c257675ed70cfe5231f062ddd94
3333
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 with :
3636 ref : ${{ github.event.workflow_run.head_sha }}
3737
3838 - name : Cache
39- uses : actions/cache@v3
39+ uses : actions/cache@v4
4040 with :
4141 path : ~/.m2/repository
4242 key : ${{ runner.os }}-maven-${{ github.workflow }}-${{ hashFiles('**/pom.xml') }}
4646 - name : Build with Maven
4747 run : mvn clean test -fae -T 2 -B -V -DcloudBuild -Dmaven.wagon.http.retryHandler.count=3 -Dmaven.wagon.httpconnectionManager.ttlSeconds=25
4848 - name : Archive build artifacts
49- uses : actions/upload-artifact@v3
49+ uses : actions/upload-artifact@v4
5050 if : always()
5151 with :
5252 name : Build debug files
Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ jobs:
2929
3030 steps :
3131 - uses : haya14busa/action-workflow_run-status@967ed83efa565c257675ed70cfe5231f062ddd94
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 with :
3434 path : plugin
3535 ref : ${{ github.event.workflow_run.head_sha }}
3636
3737 - name : Checkout e2e test repo
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939 with :
4040 repository : cdapio/cdap-e2e-tests
4141 path : e2e
4242
4343 - name : Cache
44- uses : actions/cache@v3
44+ uses : actions/cache@v4
4545 with :
4646 path : ~/.m2/repository
4747 key : ${{ runner.os }}-maven-${{ github.workflow }}-${{ hashFiles('**/pom.xml') }}
@@ -65,14 +65,14 @@ jobs:
6565 SUCCESSFACTORS_PASSWORD : ${{ steps.secrets.outputs.SUCCESSFACTORS_PASSWORD }}
6666
6767 - name : Upload report
68- uses : actions/upload-artifact@v3
68+ uses : actions/upload-artifact@v4
6969 if : always()
7070 with :
7171 name : Cucumber report
7272 path : ./plugin/target/cucumber-reports
7373
7474 - name : Upload debug files
75- uses : actions/upload-artifact@v3
75+ uses : actions/upload-artifact@v4
7676 if : always()
7777 with :
7878 name : Debug files
You can’t perform that action at this time.
0 commit comments