We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3d6d2 commit ece871dCopy full SHA for ece871d
R/snapshot-github.R
@@ -77,7 +77,7 @@ gh_download_artifact <- function(repository, artifact_id, path) {
77
archive_format = "zip",
78
.destfile = zip_path
79
)
80
- unzip(zip_path, exdir = path)
+ utils::unzip(zip_path, exdir = path)
81
invisible(path)
82
}
83
0 commit comments