diff --git a/src/repository.rs b/src/repository.rs
index d9a92b1..22c518b 100644
--- a/src/repository.rs
+++ b/src/repository.rs
@@ -207,35 +207,23 @@ impl Forgejo {
.await
}
- pub async fn download_release_zip(
+ pub async fn download_zip_archive(
&self,
owner: &str,
repo: &str,
- release: u64,
+ target: &str,
) -> Result