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