File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v5
24+ uses : actions/upload-artifact@v7
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@v5
62+ uses : actions/upload-artifact@v7
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@v5
46+ uses : actions/upload-artifact@v7
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@v5
52+ uses : actions/upload-artifact@v7
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@v5
74+ uses : actions/upload-artifact@v7
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@v5
56+ uses : actions/upload-artifact@v7
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@v5
63+ uses : actions/upload-artifact@v7
6464 if : always()
6565 with :
6666 name : cypress-videos-${{ matrix.containers }}
Original file line number Diff line number Diff line change @@ -83,25 +83,25 @@ jobs:
8383 GPR_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8484
8585 - name : ⬆ Upload Package Artifact elements-${{ matrix.themes }}
86- uses : actions/upload-artifact@v5
86+ uses : actions/upload-artifact@v7
8787 with :
8888 name : package-${{ matrix.themes }}-elements
8989 path : db-ui-elements${{ steps.getPkgTheme.outputs.pkgTheme }}-${{ inputs.version }}.tgz
9090
9191 - name : ⬆ Upload Package Artifact ngx-elements-${{ matrix.themes }}
92- uses : actions/upload-artifact@v5
92+ uses : actions/upload-artifact@v7
9393 with :
9494 name : package-${{ matrix.themes }}-ngx-elements
9595 path : db-ui-ngx-elements${{ steps.getPkgTheme.outputs.pkgTheme }}-${{ inputs.version }}.tgz
9696
9797 - name : ⬆ Upload Package Artifact react-elements-${{ matrix.themes }}
98- uses : actions/upload-artifact@v5
98+ uses : actions/upload-artifact@v7
9999 with :
100100 name : package-${{ matrix.themes }}-react-elements
101101 path : db-ui-react-elements${{ steps.getPkgTheme.outputs.pkgTheme }}-${{ inputs.version }}.tgz
102102
103103 - name : ⬆ Upload Package Artifact v-elements-${{ matrix.themes }}
104- uses : actions/upload-artifact@v5
104+ uses : actions/upload-artifact@v7
105105 with :
106106 name : package-${{ matrix.themes }}-v-elements
107107 path : db-ui-v-elements${{ steps.getPkgTheme.outputs.pkgTheme }}-${{ inputs.version }}.tgz
You can’t perform that action at this time.
0 commit comments