|  | 
| 43 | 43 |       - uses: softwareforgood/check-artifact-v4-existence@v0 | 
| 44 | 44 |         id: check-artifact | 
| 45 | 45 |         with: | 
| 46 |  | -          name: build-js-artifacts-${{ github.sha }} | 
|  | 46 | +          name: js-build-${{ github.sha }} | 
| 47 | 47 | 
 | 
| 48 | 48 |       - name: Login to DockerHub | 
| 49 | 49 |         uses: docker/login-action@v3 | 
| @@ -142,14 +142,14 @@ jobs: | 
| 142 | 142 |         if: ${{ steps.check-artifact.outputs.exists != 'true' }} | 
| 143 | 143 | 
 | 
| 144 | 144 |       - name: Create an archive of built files | 
| 145 |  | -        run: xargs -a artifacts_list.txt tar cvf build-js-artifacts-${{ github.sha }}.tar | 
|  | 145 | +        run: xargs -a artifacts_list.txt tar cvf js-build-${{ github.sha }}.tar | 
| 146 | 146 |         if: ${{ steps.check-artifact.outputs.exists != 'true' }} | 
| 147 | 147 | 
 | 
| 148 | 148 |       - name: Upload the archive of built files | 
| 149 | 149 |         uses: actions/upload-artifact@v4 | 
| 150 | 150 |         with: | 
| 151 |  | -          name: build-js-artifacts-${{ github.sha }} | 
| 152 |  | -          path: build-js-artifacts-${{ github.sha }}.tar | 
|  | 151 | +          name: js-build-${{ github.sha }} | 
|  | 152 | +          path: js-build-${{ github.sha }}.tar | 
| 153 | 153 |           retention-days: 1 | 
| 154 | 154 |           if-no-files-found: error | 
| 155 | 155 |         if: ${{ steps.check-artifact.outputs.exists != 'true' }} | 
| @@ -249,7 +249,7 @@ jobs: | 
| 249 | 249 |       - name: Download JS build artifacts | 
| 250 | 250 |         uses: actions/download-artifact@v4 | 
| 251 | 251 |         with: | 
| 252 |  | -          name: build-js-artifacts-${{ github.sha }} | 
|  | 252 | +          name: js-build-${{ github.sha }} | 
| 253 | 253 | 
 | 
| 254 | 254 |       - name: Install macOS build deps | 
| 255 | 255 |         if: runner.os == 'macOS' | 
|  | 
0 commit comments