|
57 | 57 | contains(github.ref, 'refs/heads/master')
|
58 | 58 | || contains(github.ref, 'refs/heads/beta-v7')
|
59 | 59 | || contains(github.ref, 'refs/heads/beta')
|
60 |
| - uses: actions/upload-artifact@v3 |
| 60 | + uses: actions/upload-artifact@v4 |
61 | 61 | with:
|
62 | 62 | name: lib
|
63 | 63 | path: lib
|
|
66 | 66 | contains(github.ref, 'refs/heads/master')
|
67 | 67 | || contains(github.ref, 'refs/heads/beta-v7')
|
68 | 68 | || contains(github.ref, 'refs/heads/beta')
|
69 |
| - uses: actions/upload-artifact@v3 |
| 69 | + uses: actions/upload-artifact@v4 |
70 | 70 | with:
|
71 | 71 | name: types
|
72 | 72 | path: types
|
|
75 | 75 | contains(github.ref, 'refs/heads/master')
|
76 | 76 | || contains(github.ref, 'refs/heads/beta-v7')
|
77 | 77 | || contains(github.ref, 'refs/heads/beta')
|
78 |
| - uses: actions/upload-artifact@v3 |
| 78 | + uses: actions/upload-artifact@v4 |
79 | 79 | with:
|
80 | 80 | name: bundle
|
81 | 81 | path: lib/frontend/assets/scripts
|
@@ -139,17 +139,17 @@ jobs:
|
139 | 139 | - name: Install
|
140 | 140 | run: yarn install
|
141 | 141 | - name: Download Build
|
142 |
| - uses: actions/download-artifact@v3 |
| 142 | + uses: actions/download-artifact@v4 |
143 | 143 | with:
|
144 | 144 | name: lib
|
145 | 145 | path: lib
|
146 | 146 | - name: Download Types
|
147 |
| - uses: actions/download-artifact@v3 |
| 147 | + uses: actions/download-artifact@v4 |
148 | 148 | with:
|
149 | 149 | name: types
|
150 | 150 | path: types
|
151 | 151 | - name: Download Bundle
|
152 |
| - uses: actions/download-artifact@v3 |
| 152 | + uses: actions/download-artifact@v4 |
153 | 153 | with:
|
154 | 154 | name: bundle
|
155 | 155 | path: bundle
|
|
0 commit comments