@@ -19,37 +19,37 @@ jobs:
1919 uses : ./.github/actions/npm-cache
2020
2121 - name : ⏬ Download foundations build
22- uses : actions/download-artifact@v5
22+ uses : actions/download-artifact@v6
2323 with :
2424 name : db-ux-foundations-build
2525 path : packages/foundations/build
2626
2727 - name : ⏬ Download components build
28- uses : actions/download-artifact@v5
28+ uses : actions/download-artifact@v6
2929 with :
3030 name : db-ux-components-build
3131 path : packages/components/build
3232
3333 - name : ⏬ Download migration build
34- uses : actions/download-artifact@v5
34+ uses : actions/download-artifact@v6
3535 with :
3636 name : db-ux-migration-build
3737 path : packages/migration/build
3838
3939 - name : ⏬ Download stylelint build
40- uses : actions/download-artifact@v5
40+ uses : actions/download-artifact@v6
4141 with :
4242 name : db-ux-stylelint-build
4343 path : packages/stylelint/build
4444
4545 - name : ⏬ Download agent-cli build
46- uses : actions/download-artifact@v5
46+ uses : actions/download-artifact@v6
4747 with :
4848 name : db-ux-agent-cli-build
4949 path : packages/agent-cli/build
5050
5151 - name : ⏬ Download output
52- uses : actions/download-artifact@v5
52+ uses : actions/download-artifact@v6
5353 with :
5454 name : db-ux-output
5555 path : output
0 commit comments