File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export async function downloadArtifact(
75
75
76
76
// Do not check if the file exists in the cache when force === true
77
77
if ( ! artifactDetails . force ) {
78
- d ( `Checking the cache for ${ fileName } (${ url } )` ) ;
78
+ d ( `Checking the cache ( ${ artifactDetails . cacheRoot } ) for ${ fileName } (${ url } )` ) ;
79
79
const cachedPath = await cache . getPathForFileInCache ( url , fileName ) ;
80
80
81
81
if ( cachedPath === null ) {
@@ -121,6 +121,7 @@ export async function downloadArtifact(
121
121
artifactName : 'SHASUMS256.txt' ,
122
122
force : artifactDetails . force ,
123
123
downloadOptions : artifactDetails . downloadOptions ,
124
+ cacheRoot : artifactDetails . cacheRoot ,
124
125
downloader : artifactDetails . downloader ,
125
126
mirrorOptions : artifactDetails . mirrorOptions ,
126
127
} ) ;
You can’t perform that action at this time.
0 commit comments