From eb0a30eeabe75ff7317a65071a6611848c1ad257 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sun, 11 Feb 2024 21:32:17 +0400 Subject: [PATCH] Update action.yml (#38) --- actions/publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/publish/action.yml b/actions/publish/action.yml index 6aadd2a..ec7764a 100644 --- a/actions/publish/action.yml +++ b/actions/publish/action.yml @@ -22,7 +22,7 @@ runs: - uses: actions/setup-python@v5 # Download the dist folder from the build job - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: dist path: dist