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"
You can’t perform that action at this time.
0 commit comments