From 6307d59254fe020ae27b17e0e1a8f4a2def095f1 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Fri, 31 Jan 2025 22:38:54 +0100 Subject: [PATCH] Update downloading_artifacts.md --- docs/guides/downloading_artifacts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/downloading_artifacts.md b/docs/guides/downloading_artifacts.md index cd2a0de79..1e1688f28 100644 --- a/docs/guides/downloading_artifacts.md +++ b/docs/guides/downloading_artifacts.md @@ -55,7 +55,7 @@ This will return list of artifacts in following format ... ] ``` -Once you find the artifact you are interested in, you really need only `id` and/or `archive_download_url` fields from it, as they are necessary for next step which is dowloading the artifact +Once you find the artifact you are interested in, you really need only `id` and/or `archive_download_url` fields from it, as they are necessary for next step which is downloading the artifact You can learn more at https://docs.github.com/en/rest/actions/artifacts?apiVersion=2022-11-28#list-artifacts-for-a-repository @@ -72,4 +72,4 @@ Using either `id` from previous step as ARTIFACT_ID or path part from `archive_d Usually you will end up with something like this -> `/repos/WalletConnect/WalletConnectSwiftV2/actions/artifacts/721939868/zip > cool_artifact.zip` -You can learn more at https://docs.github.com/en/rest/actions/artifacts?apiVersion=2022-11-28#download-an-artifact \ No newline at end of file +You can learn more at https://docs.github.com/en/rest/actions/artifacts?apiVersion=2022-11-28#download-an-artifact