File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 run : npm run test:unit ${{ matrix.os.coverage }}
8484 - name : Upload unit test results
8585 if : ${{ failure() && steps.test_unit.outcome == 'failure' }}
86- uses : actions/upload-artifact@v5
86+ uses : actions/upload-artifact@v6
8787 with :
8888 name : unit-test-results-${{matrix.os.name}}-${{github.sha}}
8989 path : build/test-report/unit
9292 run : npm run test:integration ${{ matrix.os.coverage }}
9393 - name : Upload integration test results
9494 if : ${{ failure() && steps.test_integration.outcome == 'failure' }}
95- uses : actions/upload-artifact@v5
95+ uses : actions/upload-artifact@v6
9696 with :
9797 name : integration-test-results-${{matrix.os.name}}-${{github.sha}}
9898 path : build/test-report/integration
Original file line number Diff line number Diff line change 5959 - name : Build docs
6060 run : npm run docs
6161 - name : Upload
62- uses : actions/upload-artifact@v5
62+ uses : actions/upload-artifact@v6
6363 with :
6464 name : documentation-${{github.sha}}
6565 path : build/docs
Original file line number Diff line number Diff line change 8787 if : always()
8888 - name : Upload e2e test results
8989 if : ${{ failure() && steps.test_e2e.outcome == 'failure' }}
90- uses : actions/upload-artifact@v5
90+ uses : actions/upload-artifact@v6
9191 with :
9292 name : e2e-${{matrix.browser}}-test-results-${{matrix.os}}-${{github.sha}}
9393 path : build/test-report/e2e
Original file line number Diff line number Diff line change 5252 - name : Build npm package
5353 run : npm pack
5454 - name : Upload npm package
55- uses : actions/upload-artifact@v5
55+ uses : actions/upload-artifact@v6
5656 with :
5757 name : bpmn-visualization-npm-package-${{github.sha}}
5858 path : bpmn-visualization-*.tgz
6767 run : npm run test:bundles:verbose
6868 - name : Upload bundles test results
6969 if : ${{ failure() && steps.test_bundles.outcome == 'failure' }}
70- uses : actions/upload-artifact@v5
70+ uses : actions/upload-artifact@v6
7171 with :
7272 name : bundles-test-results-${{github.sha}}
7373 path : build/test-report/bundles
Original file line number Diff line number Diff line change 4949 run : npm run test:perf
5050 - name : Upload test results
5151 if : success()
52- uses : actions/upload-artifact@v5
52+ uses : actions/upload-artifact@v6
5353 with :
5454 name : perf-test-results-${{matrix.os}}-${{github.sha}}
5555 path : |
Original file line number Diff line number Diff line change 2525 - name : Set ARTIFACT_NAME
2626 run : echo "ARTIFACT_NAME=demo-${{github.sha}}" >> $GITHUB_ENV
2727 - name : Upload
28- uses : actions/upload-artifact@v5
28+ uses : actions/upload-artifact@v6
2929 with :
3030 name : ${{ env.ARTIFACT_NAME }}
3131 path : build/demo/dev/public
You can’t perform that action at this time.
0 commit comments