From 24d6f007030a789021628e37f707e11962b6af7f Mon Sep 17 00:00:00 2001 From: Roberto Moutinho <1919214+robertomoutinho@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:44:18 -0300 Subject: [PATCH] Update action.yml to 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