From c739d14164204368e8400b4157c48fd1af6eb1b0 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sun, 11 Feb 2024 20:51:44 +0400 Subject: [PATCH] Update action.yml --- 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