|
72 | 72 | run: yarn pack --filename oui.tgz
|
73 | 73 |
|
74 | 74 | - name: Upload build artifacts
|
75 |
| - uses: actions/upload-artifact@v3 |
| 75 | + uses: actions/upload-artifact@v4 |
76 | 76 | with:
|
77 | 77 | name: build
|
78 | 78 | path: oui.tgz
|
@@ -101,7 +101,7 @@ jobs:
|
101 | 101 | run: yarn build-docs
|
102 | 102 |
|
103 | 103 | - name: Upload doc artifacts
|
104 |
| - uses: actions/upload-artifact@v3 |
| 104 | + uses: actions/upload-artifact@v4 |
105 | 105 | with:
|
106 | 106 | name: docs
|
107 | 107 | path: docs/
|
@@ -133,7 +133,7 @@ jobs:
|
133 | 133 |
|
134 | 134 | - name: Download build
|
135 | 135 | id: download
|
136 |
| - uses: actions/download-artifact@v3 |
| 136 | + uses: actions/download-artifact@v4 |
137 | 137 | with:
|
138 | 138 | name: build
|
139 | 139 |
|
@@ -179,7 +179,7 @@ jobs:
|
179 | 179 |
|
180 | 180 | - name: Download build
|
181 | 181 | id: download
|
182 |
| - uses: actions/download-artifact@v3 |
| 182 | + uses: actions/download-artifact@v4 |
183 | 183 | with:
|
184 | 184 | name: build
|
185 | 185 |
|
@@ -238,7 +238,7 @@ jobs:
|
238 | 238 |
|
239 | 239 | - name: Download build
|
240 | 240 | id: download
|
241 |
| - uses: actions/download-artifact@v3 |
| 241 | + uses: actions/download-artifact@v4 |
242 | 242 | with:
|
243 | 243 | name: build
|
244 | 244 |
|
@@ -269,7 +269,7 @@ jobs:
|
269 | 269 | - name: Build `${{ matrix.name }}`
|
270 | 270 | run: yarn ${{ matrix.script }} --release
|
271 | 271 |
|
272 |
| - - uses: actions/upload-artifact@v3 |
| 272 | + - uses: actions/upload-artifact@v4 |
273 | 273 | if: success()
|
274 | 274 | with:
|
275 | 275 | name: ${{ matrix.suffix }}-${{ env.VERSION }}
|
|
0 commit comments