From 3365d825aa026861f5be43989d51de9cdd1051cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Costa?= Date: Thu, 9 Jan 2025 14:18:51 -0300 Subject: [PATCH] Use actions/upload-artifact v4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1f2219e..24d14a3 100644 --- a/action.yml +++ b/action.yml @@ -85,7 +85,7 @@ runs: - id: upload-logs if: ${{ inputs.debug == 'true' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cache-apt-pkgs-logs_${{ env.CACHE_KEY }} path: ~/cache-apt-pkgs/*.log