File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 run : pnpm run copy-build ${{ matrix.mode }} ${{ matrix. Theme }}
6767
6868 - name : Upload build artifacts
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@v7
7070 with :
7171 name : build-artifacts-${{ matrix.mode }}-${{ matrix.theme }}
7272 path : devextreme-ui-template-gallery/
@@ -104,7 +104,7 @@ jobs:
104104 run : pnpm run copy-shell
105105
106106 - name : Upload build artifacts
107- uses : actions/upload-artifact@v4
107+ uses : actions/upload-artifact@v7
108108 with :
109109 name : build-artifacts-shell
110110 path : devextreme-ui-template-gallery/
@@ -115,7 +115,7 @@ jobs:
115115
116116 steps :
117117 - name : Merge screenshot artifacts
118- uses : actions/upload-artifact/merge@v4
118+ uses : actions/upload-artifact/merge@v7
119119 with :
120120 name : build-artifacts
121121 pattern : build-artifacts-*
@@ -131,7 +131,7 @@ jobs:
131131 uses : actions/checkout@v6
132132
133133 - name : Download build artifacts
134- uses : actions/download-artifact@v4
134+ uses : actions/download-artifact@v8
135135 with :
136136 name : build-artifacts
137137 path : devextreme-ui-template-gallery
Original file line number Diff line number Diff line change 3535
3636 - name : Archive artifacts
3737 if : ${{ failure() }}
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v7
3939 with :
4040 name : artifacts
4141 path : test-results.xml
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118
119119 - name : Copy screenshots artifacts
120120 if : ${{ failure() }}
121- uses : actions/upload-artifact@v4
121+ uses : actions/upload-artifact@v7
122122 with :
123123 name : screenshots-${{ matrix.ARGS.project }}-${{ matrix.ARGS.page }}-${{ matrix.theme.fullName }}
124124 path : ${{ github.workspace }}/packages/testing/testing/artifacts/compared-screenshots/*
@@ -134,7 +134,7 @@ jobs:
134134
135135 steps :
136136 - name : Merge screenshot artifacts
137- uses : actions/upload-artifact/merge@v4
137+ uses : actions/upload-artifact/merge@v7
138138 continue-on-error : true
139139 with :
140140 name : screenshots-${{ matrix.project }}
You can’t perform that action at this time.
0 commit comments