File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8484 echo "All packages built successfully"
8585
8686 - name : Upload build artifacts
87- uses : actions/upload-artifact@v6
87+ uses : actions/upload-artifact@v7
8888 with :
8989 name : build-output
9090 path : |
@@ -129,7 +129,7 @@ jobs:
129129 run : pnpm test:e2e --project=chromium
130130
131131 - name : Upload Playwright report
132- uses : actions/upload-artifact@v6
132+ uses : actions/upload-artifact@v7
133133 if : ${{ !cancelled() }}
134134 with :
135135 name : playwright-report
Original file line number Diff line number Diff line change 4848 continue-on-error : true
4949
5050 - name : Upload analysis results
51- uses : actions/upload-artifact@v6
51+ uses : actions/upload-artifact@v7
5252 if : always()
5353 with :
5454 name : shadcn-analysis
You can’t perform that action at this time.
0 commit comments