Skip to content

Commit 16122d5

Browse files
committed
chore: change cache name
1 parent 95a4557 commit 16122d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

0 commit comments

Comments
 (0)