python 2.6
diff --git a/tasks.py b/tasks.py
index 1021360..8c7dc40 100644
--- a/tasks.py
+++ b/tasks.py
@@ -62,7 +62,7 @@
         response.raise_for_status()
         for artifact in response.json()["artifacts"]:
             response = requests.get(
-                "{}artifacts/{}".format(run["url"], artifact["relativePath"])
+                "{0}artifacts/{1}".format(run["url"], artifact["relativePath"])
             )
             out_path = os.path.join(
                 os.path.dirname(__file__),