File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4444 - name : Build
4545 run : pnpm build
4646
47- - uses : actions/upload-artifact@v5
47+ - uses : actions/upload-artifact@v6
4848 with :
4949 name : ab-testing-build
5050 path : ab-testing/config/dist
6767 run : pnpm build
6868
6969 - name : Save build
70- uses : actions/upload-artifact@v5
70+ uses : actions/upload-artifact@v6
7171 with :
7272 name : ui-build
7373 path : ab-testing/frontend/output/ab-tests.html
9797 zip -j lambda.zip ../package.json
9898
9999 - name : Save build
100- uses : actions/upload-artifact@v5
100+ uses : actions/upload-artifact@v6
101101 with :
102102 name : ab-testing-deploy-lambda-build
103103 path : ab-testing/deploy-lambda/dist/lambda.zip
@@ -126,7 +126,7 @@ jobs:
126126 zip -j lambda.zip ../package.json
127127
128128 - name : Save build
129- uses : actions/upload-artifact@v5
129+ uses : actions/upload-artifact@v6
130130 with :
131131 name : ab-testing-notification-lambda-build
132132 path : ab-testing/notification-lambda/dist/lambda.zip
Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ jobs:
1919 working-directory : dotcom-rendering
2020
2121 - name : Archive code coverage results for web bundle
22- uses : actions/upload-artifact@v5
22+ uses : actions/upload-artifact@v6
2323 with :
2424 name : bundle-analyser-report-web-bundles
2525 path : dotcom-rendering/dist/stats/client.web-bundles.html
2626 if-no-files-found : error
2727
2828 - name : Archive code coverage results for web variant bundle
29- uses : actions/upload-artifact@v5
29+ uses : actions/upload-artifact@v6
3030 with :
3131 name : bundle-analyser-report-web
3232 path : dotcom-rendering/dist/stats/client.web.variant-bundles.html
3333 if-no-files-found : warn # Variant bundle only exists when an active experiment is going on
3434
3535 - name : Archive code coverage results for apps bundle
36- uses : actions/upload-artifact@v5
36+ uses : actions/upload-artifact@v6
3737 with :
3838 name : bundle-analyser-report-apps
3939 path : dotcom-rendering/dist/stats/client.apps-bundles.html
Original file line number Diff line number Diff line change 4141 env :
4242 NODE_ENV : production
4343
44- - uses : actions/upload-artifact@v5
44+ - uses : actions/upload-artifact@v6
4545 if : always()
4646 with :
4747 name : playwright-report-${{ matrix.group }}
You can’t perform that action at this time.
0 commit comments