File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4141 needs : npm-build
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/download-artifact@v4
44+ - uses : actions/download-artifact@v5
4545 with :
4646 name : build
4747 - name : Setup Node.js
5656 needs : npm-build
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/download-artifact@v4
59+ - uses : actions/download-artifact@v5
6060 with :
6161 name : build
6262 - name : Setup Node.js
7171 needs : npm-build
7272 runs-on : ubuntu-latest
7373 steps :
74- - uses : actions/download-artifact@v4
74+ - uses : actions/download-artifact@v5
7575 with :
7676 name : build
7777 - name : Setup Node.js
9494 needs : npm-build
9595 runs-on : ubuntu-latest
9696 steps :
97- - uses : actions/download-artifact@v4
97+ - uses : actions/download-artifact@v5
9898 with :
9999 name : build
100100 - name : Install pnpm
@@ -117,7 +117,7 @@ jobs:
117117 needs : npm-build
118118 runs-on : ubuntu-latest
119119 steps :
120- - uses : actions/download-artifact@v4
120+ - uses : actions/download-artifact@v5
121121 with :
122122 name : build
123123 - name : Setup Node.js
You can’t perform that action at this time.
0 commit comments