From 20319c5641d495c8a52e688b7dc5fada6c3a9fbc Mon Sep 17 00:00:00 2001
From: Dawid Dziurla <dawidd0811@gmail.com>
Date: Wed, 22 Jan 2025 10:54:20 +0100
Subject: [PATCH] README: v8

[ci skip]
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 07f73d56..b337068e 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Let's suppose you have a workflow with a job in it that at the end uploads an ar
 ```yaml
 - name: Download artifact
   id: download-artifact
-  uses: dawidd6/action-download-artifact@v7
+  uses: dawidd6/action-download-artifact@v8
   with:
     # Optional, GitHub token, a Personal Access Token with `public_repo` scope if needed
     # Required, if the artifact is from a different repo