File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2121 npm run build:storybook
2222
2323 - name : ⬆ Upload build
24- uses : actions/upload-artifact@v4
24+ uses : actions/upload-artifact@v5
2525 with :
2626 name : build
2727 path : out
Original file line number Diff line number Diff line change 5959 cp dist/${{ matrix.showcases }}-showcase/index.html dist/${{ matrix.showcases }}-showcase/404.html
6060
6161 - name : ⬆ Upload Showcase ${{ matrix.showcases }} dist folder
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v5
6363 with :
6464 name : showcase-${{ matrix.showcases }}
6565 path : showcase/${{ matrix.showcases }}-showcase/dist
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ jobs:
4343 id : path
4444
4545 - name : ⬆ Upload Stencil ${{ matrix.themes }}
46- uses : actions/upload-artifact@v4
46+ uses : actions/upload-artifact@v5
4747 with :
4848 name : stencil-${{ matrix.themes }}-${{ steps.path.outputs.framework }}
4949 path : packages/db-ui-elements-stencil
5050
5151 - name : ⬆ Upload Output Target ${{ steps.path.outputs.framework }}
52- uses : actions/upload-artifact@v4
52+ uses : actions/upload-artifact@v5
5353 with :
5454 name : output-target-${{ matrix.themes }}-${{ steps.path.outputs.framework }}
5555 path : packages/db-ui-elements-${{ steps.path.outputs.framework }}
Original file line number Diff line number Diff line change 7171 npm run build:storybook
7272
7373 - name : ⬆ Upload build
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v5
7575 with :
7676 name : build
7777 path : out
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ jobs:
5353 ci-build-id : ' ${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
5454
5555 - name : 🖼 Upload Screenshots
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v5
5757 if : failure()
5858 with :
5959 name : cypress-screenshots-${{ matrix.containers }}
6060 path : e2e/cypress/snapshots/actual
6161
6262 - name : 📹 Upload Videos
63- uses : actions/upload-artifact@v4
63+ uses : actions/upload-artifact@v5
6464 if : always()
6565 with :
6666 name : cypress-videos-${{ matrix.containers }}
Original file line number Diff line number Diff line change @@ -84,25 +84,25 @@ jobs:
8484 GPR_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8585
8686 - name : ⬆ Upload Package Artifact elements-${{ matrix.themes }}
87- uses : actions/upload-artifact@v4
87+ uses : actions/upload-artifact@v5
8888 with :
8989 name : package-${{ matrix.themes }}-elements
9090 path : db-ui-elements${{ steps.getPkgTheme.outputs.pkgTheme }}-${{ inputs.version }}.tgz
9191
9292 - name : ⬆ Upload Package Artifact ngx-elements-${{ matrix.themes }}
93- uses : actions/upload-artifact@v4
93+ uses : actions/upload-artifact@v5
9494 with :
9595 name : package-${{ matrix.themes }}-ngx-elements
9696 path : db-ui-ngx-elements${{ steps.getPkgTheme.outputs.pkgTheme }}-${{ inputs.version }}.tgz
9797
9898 - name : ⬆ Upload Package Artifact react-elements-${{ matrix.themes }}
99- uses : actions/upload-artifact@v4
99+ uses : actions/upload-artifact@v5
100100 with :
101101 name : package-${{ matrix.themes }}-react-elements
102102 path : db-ui-react-elements${{ steps.getPkgTheme.outputs.pkgTheme }}-${{ inputs.version }}.tgz
103103
104104 - name : ⬆ Upload Package Artifact v-elements-${{ matrix.themes }}
105- uses : actions/upload-artifact@v4
105+ uses : actions/upload-artifact@v5
106106 with :
107107 name : package-${{ matrix.themes }}-v-elements
108108 path : db-ui-v-elements${{ steps.getPkgTheme.outputs.pkgTheme }}-${{ inputs.version }}.tgz
You can’t perform that action at this time.
0 commit comments