From 93c629661111aae296c04004b30ae3ba22ed46f3 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 4 Jun 2024 11:57:23 +0200 Subject: [PATCH] README: v5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74fefc1d..dbf3811b 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@v4 + uses: dawidd6/action-download-artifact@v5 with: # Optional, GitHub token, a Personal Access Token with `public_repo` scope if needed # Required, if the artifact is from a different repo