|
72 | 72 | gzip build.tar |
73 | 73 | - name: Upload build archive |
74 | 74 | if: ${{ !cancelled() && steps.build.outcome == 'success' && steps.check-changed.outcome != 'success' }} |
75 | | - uses: actions/upload-artifact@v3 |
| 75 | + uses: actions/upload-artifact@v4 |
76 | 76 | with: |
77 | 77 | name: build.tar.gz |
78 | 78 | path: build.tar.gz |
|
93 | 93 | sudo apt-get update |
94 | 94 | sudo apt-get install google-chrome-stable |
95 | 95 | - name: Download build archive |
96 | | - uses: actions/download-artifact@v3 |
| 96 | + uses: actions/download-artifact@v4 |
97 | 97 | with: |
98 | 98 | name: build.tar.gz |
99 | 99 | - name: Unzip build artifact |
@@ -121,7 +121,7 @@ jobs: |
121 | 121 | sudo apt-get update |
122 | 122 | sudo apt-get install google-chrome-stable |
123 | 123 | - name: Download build archive |
124 | | - uses: actions/download-artifact@v3 |
| 124 | + uses: actions/download-artifact@v4 |
125 | 125 | with: |
126 | 126 | name: build.tar.gz |
127 | 127 | - name: Unzip build artifact |
@@ -151,7 +151,7 @@ jobs: |
151 | 151 | sudo apt-get update |
152 | 152 | sudo apt-get install google-chrome-stable |
153 | 153 | - name: Download build archive |
154 | | - uses: actions/download-artifact@v3 |
| 154 | + uses: actions/download-artifact@v4 |
155 | 155 | with: |
156 | 156 | name: build.tar.gz |
157 | 157 | - name: Unzip build artifact |
@@ -185,7 +185,7 @@ jobs: |
185 | 185 | with: |
186 | 186 | node-version: 20.x |
187 | 187 | - name: Download build archive |
188 | | - uses: actions/download-artifact@v3 |
| 188 | + uses: actions/download-artifact@v4 |
189 | 189 | with: |
190 | 190 | name: build.tar.gz |
191 | 191 | - name: Unzip build artifact |
@@ -214,7 +214,7 @@ jobs: |
214 | 214 | sudo apt-get update |
215 | 215 | sudo apt-get install firefox |
216 | 216 | - name: Download build archive |
217 | | - uses: actions/download-artifact@v3 |
| 217 | + uses: actions/download-artifact@v4 |
218 | 218 | with: |
219 | 219 | name: build.tar.gz |
220 | 220 | - name: Unzip build artifact |
|
0 commit comments