|
47 | 47 | - name: Download build archive
|
48 | 48 | uses: actions/download-artifact@v4
|
49 | 49 | with:
|
50 |
| - name: dists-${{ github.ref }} |
| 50 | + name: dists-${{ github.sha }} |
51 | 51 | - uses: actions/setup-node@v4
|
52 | 52 | with:
|
53 | 53 | node-version-file: '.nvmrc'
|
@@ -102,7 +102,7 @@ jobs:
|
102 | 102 | - name: Download build archive
|
103 | 103 | uses: actions/download-artifact@v4
|
104 | 104 | with:
|
105 |
| - name: dists-${{ github.ref }} |
| 105 | + name: dists-${{ github.sha }} |
106 | 106 | - uses: actions/setup-node@v4
|
107 | 107 | with:
|
108 | 108 | node-version-file: '.nvmrc'
|
@@ -146,7 +146,7 @@ jobs:
|
146 | 146 | - name: Download build archive
|
147 | 147 | uses: actions/download-artifact@v4
|
148 | 148 | with:
|
149 |
| - name: dists-${{ github.ref }} |
| 149 | + name: dists-${{ github.sha }} |
150 | 150 | - uses: actions/setup-node@v4
|
151 | 151 | with:
|
152 | 152 | node-version-file: '.nvmrc'
|
@@ -194,7 +194,7 @@ jobs:
|
194 | 194 | - name: Download build archive
|
195 | 195 | uses: actions/download-artifact@v4
|
196 | 196 | with:
|
197 |
| - name: dists-${{ github.ref }} |
| 197 | + name: dists-${{ github.sha }} |
198 | 198 | - uses: actions/setup-node@v4
|
199 | 199 | with:
|
200 | 200 | node-version-file: '.nvmrc'
|
|
0 commit comments