From 3ecf4024886f219d9290351234889bfb45d1b9da Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Wed, 12 Jun 2024 13:03:18 +0200 Subject: [PATCH] README: v6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbf3811b..a3516a94 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@v5 + uses: dawidd6/action-download-artifact@v6 with: # Optional, GitHub token, a Personal Access Token with `public_repo` scope if needed # Required, if the artifact is from a different repo