File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ jobs:
4646 runs-on : " ubuntu-latest"
4747 steps :
4848 - name : " Checkout project"
49- uses : actions/checkout@v3
49+ uses : actions/checkout@v4
5050 - name : " Setup NodeJS"
51- uses : actions/setup-node@v3
51+ uses : actions/setup-node@v4
5252 with :
5353 node-version : " 16"
5454 - name : " Setup JDK"
55- uses : actions/setup-java@v3
55+ uses : actions/setup-java@v4
5656 with :
5757 distribution : " adopt"
5858 java-version : " 17"
7474 run : " cd packages/testsuite && npm test -- --browser=firefox --specs=cypress/e2e/${{ matrix.specs }}"
7575 - name : " Archive test report(s) and video(s)"
7676 if : ${{ !cancelled() }}
77- uses : " actions/upload-artifact@v3 "
77+ uses : actions/upload-artifact@v4
7878 with :
7979 name : " ${{ github.run_id}}-${{ strategy.job-index }}-artifacts"
8080 path : |
8787 runs-on : ubuntu-latest
8888 steps :
8989 - name : " Download artifacts"
90- uses : " actions/download-artifact@v3 "
90+ uses : actions/download-artifact@v4
9191 - name : " Setup NodeJS"
92- uses : actions/setup-node@v3
92+ uses : actions/setup-node@v4
9393 with :
9494 node-version : " 16"
9595 - name : " Install necessary tools"
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
1010 runs-on : " ubuntu-latest"
1111 steps :
1212 - name : " Checkout project"
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 - name : " Setup NodeJS"
15- uses : actions/setup-node@v3
15+ uses : actions/setup-node@v4
1616 with :
1717 node-version : " 16"
1818 - name : " Setup JDK"
19- uses : actions/setup-java@v3
19+ uses : actions/setup-java@v4
2020 with :
2121 distribution : " adopt"
2222 java-version : " 17"
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 runs-on : " ubuntu-latest"
1313 steps :
1414 - name : " Checkout project"
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 - name : " Setup NodeJS"
17- uses : actions/setup-node@v3
17+ uses : actions/setup-node@v4
1818 with :
1919 node-version : " 16"
2020 - name : " Setup JDK"
21- uses : actions/setup-java@v3
21+ uses : actions/setup-java@v4
2222 with :
2323 distribution : " adopt"
2424 java-version : " 17"
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ jobs:
4646 runs-on : " ubuntu-latest"
4747 steps :
4848 - name : " Checkout project"
49- uses : actions/checkout@v3
49+ uses : actions/checkout@v4
5050 - name : " Setup NodeJS"
51- uses : actions/setup-node@v3
51+ uses : actions/setup-node@v4
5252 with :
5353 node-version : " 16"
5454 - name : " Setup JDK"
55- uses : actions/setup-java@v3
55+ uses : actions/setup-java@v4
5656 with :
5757 distribution : " adopt"
5858 java-version : " 17"
7474 run : " cd packages/testsuite && npm test -- --browser=chrome --specs=cypress/e2e/${{ matrix.specs }}/*.cy.ts"
7575 - name : " Archive test report(s) and video(s)"
7676 if : ${{ !cancelled() }}
77- uses : " actions/upload-artifact@v3 "
77+ uses : actions/upload-artifact@v4
7878 with :
7979 name : " ${{ github.run_id}}-${{ strategy.job-index }}-artifacts"
8080 path : |
8787 runs-on : ubuntu-latest
8888 steps :
8989 - name : " Download artifacts"
90- uses : " actions/download-artifact@v3 "
90+ uses : actions/download-artifact@v4
9191 - name : " Setup NodeJS"
92- uses : actions/setup-node@v3
92+ uses : actions/setup-node@v4
9393 with :
9494 node-version : " 16"
9595 - name : " Install necessary tools"
You can’t perform that action at this time.
0 commit comments