diff --git a/src/repository.rs b/src/repository.rs
index d9a92b1..e56fad5 100644
--- a/src/repository.rs
+++ b/src/repository.rs
@@ -207,35 +207,29 @@ 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