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 @@ -410,7 +410,7 @@ jobs:
410
410
- name : Extract Profiling Node Prebuilt Binaries
411
411
uses : actions/download-artifact@v4
412
412
with :
413
- pattern : profiling-node-binaries-${{ github.sha }}-*
413
+ pattern : profiling-node-binaries-${{ github.sha }}
414
414
path : ${{ github.workspace }}/packages/profiling-node/lib/
415
415
merge-multiple : true
416
416
@@ -933,7 +933,7 @@ jobs:
933
933
(github.event_name != 'pull_request')
934
934
uses : actions/download-artifact@v4
935
935
with :
936
- pattern : profiling-node-binaries-${{ github.sha }}-*
936
+ pattern : profiling-node-binaries-${{ github.sha }}
937
937
path : ${{ github.workspace }}/packages/profiling-node/lib/
938
938
merge-multiple : true
939
939
@@ -1259,7 +1259,7 @@ jobs:
1259
1259
- name : Extract Profiling Node Prebuilt Binaries
1260
1260
uses : actions/download-artifact@v4
1261
1261
with :
1262
- pattern : profiling-node-binaries-${{ github.sha }}*
1262
+ pattern : profiling-node-binaries-${{ github.sha }}
1263
1263
path : ${{ github.workspace }}/packages/profiling-node/lib/
1264
1264
1265
1265
- name : Restore tarball cache
You can’t perform that action at this time.
0 commit comments