File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 - name : Upload build artifact
2828 uses : actions/upload-artifact@v4
2929 with :
30- name : build-cache-${{ github.ref_name }}
30+ name : build-cache-${{ github.run_number }}
3131 path : node_modules/.cache/nx
3232 retention-days : 1
3333
@@ -158,7 +158,7 @@ jobs:
158158 - name : Dowload Artifacts
159159 uses : actions/download-artifact@v4
160160 with :
161- name : $build-cache-${{ github.ref_name }}
161+ name : $build-cache-${{ github.run_number }}
162162 path : node_modules/.cache/nx
163163 - name : Build
164164 run : npm run compile
@@ -202,7 +202,7 @@ jobs:
202202 - name : Dowload Artifacts
203203 uses : actions/download-artifact@v4
204204 with :
205- name : $build-cache-${{ github.ref_name }}
205+ name : $build-cache-${{ github.run_number }}
206206 path : node_modules/.cache/nx
207207 - name : Build
208208 run : npm run compile
You can’t perform that action at this time.
0 commit comments